Click or drag to resize

DataColumnCollectionSetColumnKind(DataColumn, ColumnKind) Method

Sets the kind of the column.

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

Parameters

datac  DataColumn
The column for which to set the kind (have to be member of this collection).
columnKind  ColumnKind
The new kind of the column.
See Also