DataColumnCollectionRemoveRows(IAscendingIntegerCollection) Method |
Removes the
from the table.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RemoveRows(
IAscendingIntegerCollection selectedRows
)
Parameters
- selectedRows IAscendingIntegerCollection
- Collection of indizes to the rows that should be removed.
See Also