Click or drag to resize

DataColumnCollectionSetColumnKind(String, ColumnKind) Method

Sets the kind of the column with name columnName.

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

Parameters

columnName  String
The name of the column.
columnKind  ColumnKind
The new kind of the column.
See Also