Click or drag to resize

IROPropertyCollectionItem(Int32, Int32) Property

Gets the property value at the specified column and property index.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
AltaxoVariant this[
	int columnIndex,
	int propertyIndex
] { get; }

Parameters

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

Return Value

AltaxoVariant
The property value.
See Also