Click or drag to resize

DataColumnCollectionRemoveRowsInGroup(IEnumerableInt32, 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(
	IEnumerable<int> indicesOfRowsToRemove,
	int groupNumber
)

Parameters

indicesOfRowsToRemove  IEnumerableInt32
The indices of the rows that will be removed.
groupNumber  Int32
The group number of the column group.
See Also