DataColumnCollectionRemoveRow Method |
Removes a single row of all columns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RemoveRow(
int nFirstRow
)
Parameters
- nFirstRow Int32
- The row to remove.
See Also