Click or drag to resize

DataColumnCollectionSetColumnKind(Int32, ColumnKind) Method

Sets the kind of the column with column number
C#
idx
.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetColumnKind(
	int idx,
	ColumnKind columnKind
)

Parameters

idx  Int32
The column number of the column.
columnKind  ColumnKind
The new kind of the column.
See Also