Click or drag to resize

DataTableRangeWrapperGetColumnProperty(String, Int32) Method

Gets a column property by column name 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(
	string columnName,
	int propertyIndex
)

Parameters

columnName  String
The column name.
propertyIndex  Int32
The zero-based property index.

Return Value

AltaxoVariant
The property value.
See Also