Click or drag to resize

DataColumnItem Property

Gets/sets the element at the index i by a value of type AltaxoVariant.

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
 

Property Value

AltaxoVariant

Implements

IReadableColumnItemInt32
IListTItemInt32
See Also