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