DataTableItem(String, String) Property |
Gets or sets a property cell, with is specified by the data column name (1st argument), and the property column name (2nd argument).
Attention: this order of arguments is opposite to the usual notation used for matrices (row, column)!
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic AltaxoVariant this[
string dataColumName,
string propertyName
] { get; set; }Parameters
- dataColumName String
- The name of the data column.
- propertyName String
- The name of the property column.
Property Value
AltaxoVariant
See Also