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