Click or drag to resize

TransformedReadableColumnItem 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#
public AltaxoVariant this[
	int i
] { get; }

Parameters

i  Int32
The index of the element to read.

Property Value

AltaxoVariant
The element at the specified index.

Implements

IReadableColumnItemInt32
See Also