IndependentAndDependentColumnsGetPropertyValueOfColumn(IReadableColumn, String, DataTable, IRowSelection) Method |
Gets the property value of a column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static AltaxoVariant GetPropertyValueOfColumn(
IReadableColumn column,
string propertyName,
DataTable? dataTable,
IRowSelection? dataRowSelection
)
Parameters
- column IReadableColumn
- The column.
- propertyName String
- Name of the property.
- dataTable DataTable
- Optional: the data table the column belongs to.
- dataRowSelection IRowSelection
- Optional: the data row selection of the column.
Return Value
AltaxoVariantThe property value. If none is found, an empty
AltaxoVariant is returned.
See Also