Click or drag to resize

ColumnPlotDataExchangeColumnsDataSetNewColumnName Method

Sets the new name of the column.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetNewColumnName(
	int idx,
	string newColumnName
)

Parameters

idx  Int32
The index of the column in Columns.
newColumnName  String
The new name of the column. If the argument is null, the old column(s) will be replaced with nothing.
See Also