Click or drag to resize

DataColumnCollectionSetColumnName(Int32, String) Method

Sets the name of the column at position
C#
index
.

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