DataColumnCollectionRemoveRowsInGroup(IAscendingIntegerCollection, Int32) Method |
Removes rows in group of columns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RemoveRowsInGroup(
IAscendingIntegerCollection indicesOfRowsToRemove,
int groupNumber
)
Parameters
- indicesOfRowsToRemove IAscendingIntegerCollection
- The indices of the rows that will be removed.
- groupNumber Int32
- The group number of the column group.
See Also