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.3179.0 (4.8.3179.0)
Syntax public AltaxoVariant this[
string dataColumName,
string propertyName
] { get; set; }
Parameters
- dataColumName String
-
- propertyName String
-
Property Value
AltaxoVariantSee Also