Click or drag to resize

DataColumnCollectionSetColumnName(DataColumn, String) Method

Sets the name of the column
C#
datac
.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetColumnName(
	DataColumn datac,
	string newName
)

Parameters

datac  DataColumn
The column which name is to set.
newName  String
The new name of the column.
See Also