Click or drag to resize

IReadableColumnItem Property

The indexer property returns the element at index i as an AltaxoVariant.

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

Parameters

i  Int32
The index of the element to read.

Property Value

AltaxoVariant
The element at the specified index.
See Also