Click or drag to resize

DataColumnCollectionSetColumnName(Int32, String) Method

Sets the name of the column at positionindex.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetColumnName(
	int index,
	string newName
)

Parameters

index  Int32
The column number.
newName  String
The new name of the column.
See Also