Click or drag to resize

IRODataCollectionItem(String, Int32) Property

Gets the data value at the specified column name and row index.

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

Parameters

columnName  String
The column name.
rowIndex  Int32
The zero-based row index.

Return Value

AltaxoVariant
The value at the specified position.
See Also