DataColumnCollectionGetColumnGroup(Int32) Method |
Returns the goup number of the column at index
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int GetColumnGroup(
int idx
)
Parameters
- idx Int32
- The column number of the column.
Return Value
Int32The group number of this column.
See Also