Click or drag to resize

DataColumnCollectionSetColumnName(String, String) Method

Rename the column with the name
C#
oldName
to
C#
newName
.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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