IROTableDataSourceGetColumnProperty(Int32, String) Method |
Gets a column property by column index and property name.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxAltaxoVariant GetColumnProperty(
int columnIndex,
string propertyName
)
Parameters
- columnIndex Int32
- The zero-based column index.
- propertyName String
- The property name.
Return Value
AltaxoVariantThe property value.
See Also