DataColumnCollectionSetColumnName(String, String) Method |
Rename the column with the name
to
.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetColumnName(
string oldName,
string newName
)
Parameters
- oldName String
- The old name of the column.
- newName String
- The new name of the column.
See Also