IROPropertyCollectionItem(Int32, Int32) Property |
Gets the property value at the specified column and property index.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxAltaxoVariant this[
int columnIndex,
int propertyIndex
] { get; }Parameters
- columnIndex Int32
- The zero-based column index.
- propertyIndex Int32
- The zero-based property index.
Return Value
AltaxoVariantThe property value.
See Also