DataColumnCollectionSetColumnName(DataColumn, String) Method |
Sets the name of the column
.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetColumnName(
DataColumn datac,
string newName
)
Parameters
- datac DataColumn
- The column which name is to set.
- newName String
- The new name of the column.
See Also