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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxAltaxoVariant this[
int i
] { set; }Parameters
- i Int32
- The index of the element to set.
Property Value
AltaxoVariantThe value assigned to the specified index.
See Also