DataRowItem(Int32) Property |
Accesses one field of the row.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public AltaxoVariant this[
int i
] { get; set; }
Parameters
- i Int32
- Column index.
Return Value
AltaxoVariantElement at column[i] and the wrapped row index.
See Also