Click or drag to resize

IWriteableColumnItem Property

Indexer property for setting the element at index i by a AltaxoVariant. This function should throw an exeption, if the type of the variant do not match the type of the column.

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

Parameters

i  Int32
 

Property Value

AltaxoVariant
See Also