DataColumnCollectionGetColumnName(Int32) Method |
Returns the name of the column at position idx.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string GetColumnName(
int idx
)
Parameters
- idx Int32
- The position of the column (column number).
Return Value
StringThe name of the column.
See Also