DataColumnCollectionGetColumnKind(Int32) Method |
Returns the column kind of the column at index
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ColumnKind GetColumnKind(
int idx
)
Parameters
- idx Int32
- The column number of the column.
Return Value
ColumnKindThe kind of this column.
See Also