DataColumnRemoveRows Method |
Removes a number of rows (given by nCount) beginning from nFirstRow,
i.e. remove rows number nFirstRow ... nFirstRow+nCount-1.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract void RemoveRows(
int nFirstRow,
int nCount
)
Parameters
- nFirstRow Int32
- Number of first row to delete.
- nCount Int32
- Number of rows to delete.
See Also