Click or drag to resize

IROTableDataSourceGetColumnPropertyName Method

Gets the name of the specified property column.

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

Parameters

i  Int32
The zero-based property-column index.

Return Value

String
The property-column name.
See Also