Click or drag to resize

DataColumnCollectionRemoveRowInGroup Method

Removes a row in a group of columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RemoveRowInGroup(
	int indexOfRowToRemove,
	int groupNumber
)

Parameters

indexOfRowToRemove  Int32
The index of the row to remove.
groupNumber  Int32
The group number of the column group.
See Also