Click or drag to resize

DataColumnItem Property

Gets or sets the element at the specified index by a value of type 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; set; }

Parameters

i  Int32
The element index.

Property Value

AltaxoVariant

Implements

IReadableColumnItemInt32
IListTItemInt32
See Also