DataColumnCollectionRemoveRows(Int32, Int32) Method |
Removes a number of rows from all columns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RemoveRows(
int nFirstRow,
int nCount
)
Parameters
- nFirstRow Int32
- Number of first row to remove.
- nCount Int32
- Number of rows to remove, starting from nFirstRow.
See Also