IROTableDataSourceGetColumnPropertyName Method |
Gets the name of the specified property column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxstring GetColumnPropertyName(
int i
)
Parameters
- i Int32
- The zero-based property-column index.
Return Value
StringThe property-column name.
See Also