Click or drag to resize

DataColumnCollectionRemoveRowsInGroup(IAscendingIntegerCollection, Int32) Method

Removes rows in group of columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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