DataColumnCollectionSetColumnName(Int32, String) Method |
Sets the name of the column at position
.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetColumnName(
int index,
string newName
)
Parameters
- index Int32
- The column number.
- newName String
- The new name of the column.
See Also