IWriteableColumn Interface |
Represents a column whose elements can be set by assigning an
AltaxoVariant at a given index.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic interface IWriteableColumn : ICloneable
The IWriteableColumn type exposes the following members.
Properties| | Name | Description |
|---|
 | Item |
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.
|
Top
Methods| | Name | Description |
|---|
 | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable) |
Top
See Also