Click or drag to resize

DataRowItem(Int32) Property

Accesses one field of the row.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public AltaxoVariant this[
	int i
] { get; set; }

Parameters

i  Int32
Column index.

Return Value

AltaxoVariant
Element at column[i] and the wrapped row index.
See Also