Click or drag to resize

IWriteableColumn Interface

A column, for which the elements can be set by assigning a AltaxoVariant to a element at index i.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IWriteableColumn : ICloneable

The IWriteableColumn type exposes the following members.

Properties
 NameDescription
Public propertyItem 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
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
Top
See Also