Click or drag to resize

DataColumnCollectionGetColumnKind(Int32) Method

Returns the column kind 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 ColumnKind GetColumnKind(
	int idx
)

Parameters

idx  Int32
The column number of the column.

Return Value

ColumnKind
The kind of this column.
See Also