Click or drag to resize

DataTableRangeWrapperGetColumnProperty(Int32, String) Method

Gets a column property by column index and property name.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AltaxoVariant GetColumnProperty(
	int columnIndex,
	string propertyName
)

Parameters

columnIndex  Int32
The zero-based column index.
propertyName  String
The property name.

Return Value

AltaxoVariant
The property value.

Implements

IROTableDataSourceGetColumnProperty(Int32, String)
See Also