Click or drag to resize

DataColumnCollectionGetColumnName(Int32) Method

Returns the name of the column at position idx.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string GetColumnName(
	int idx
)

Parameters

idx  Int32
The position of the column (column number).

Return Value

String
The name of the column.
See Also