Click or drag to resize

DataTableRangeWrapperGetColumnProperty(Int32, Int32) Method

Gets a column property by column and property index.

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

Parameters

columnIndex  Int32
The zero-based column index.
propertyIndex  Int32
The zero-based property index.

Return Value

AltaxoVariant
The property value.

Implements

IROTableDataSourceGetColumnProperty(Int32, Int32)
See Also