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