Click or drag to resize

AsciiImportOptionsControllerTableStructure Property

Gets or sets the detected table structure as a collection of column type descriptors.

Namespace: Altaxo.Gui.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<Boxed<AsciiColumnType>> TableStructure { get; set; }

Property Value

ObservableCollectionBoxedAsciiColumnType
See Also