DataColumnCollectionSetColumnKind(DataColumn, ColumnKind) Method |
Sets the kind of the column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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