Click or drag to resize

IRODataCollectionItem(Int32, Int32) Property

Gets the data value at the specified column and row 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 rowIndex
] { get; }

Parameters

columnIndex  Int32
The zero-based column index.
rowIndex  Int32
The zero-based row index.

Return Value

AltaxoVariant
The value at the specified position.
See Also