DataRowItem(String) 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[
string name
] { get; set; }
Parameters
- name String
Return Value
AltaxoVariantElement at column[name] and the wrapped row index.
See Also