Click or drag to resize

IndependentAndDependentColumnsGetPropertyValueOfColumn(IReadableColumn, String, DataTable, IRowSelection) Method

Gets the property value of a column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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

AltaxoVariant
The property value. If none is found, an empty AltaxoVariant is returned.
See Also