Click or drag to resize

DataColumnCollectionGetColumnGroup(Int32) Method

Returns the goup number of the column at index
C#
idx

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int GetColumnGroup(
	int idx
)

Parameters

idx  Int32
The column number of the column.

Return Value

Int32
The group number of this column.
See Also