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