Click or drag to resize

IROTableDataSourceGetColumnName Method

Gets the name of the specified data column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
string GetColumnName(
	int i
)

Parameters

i  Int32
The zero-based column index.

Return Value

String
The column name.
See Also