IReadableColumnItem Property |
The indexer property returns the element at index i as an AltaxoVariant.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxAltaxoVariant this[
int i
] { get; }Parameters
- i Int32
- The index of the element to read.
Property Value
AltaxoVariantThe element at the specified index.
See Also