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