Click or drag to resize

AsciiImportOptions_importMultipleStreamsVertically Field

Gets or sets a value indicating whether the import of multiple streams in one table should be horizontally oriented (in more columns) or vertically oriented (in more rows).

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected bool _importMultipleStreamsVertically

Field Value

Boolean
true if multiple streams should be imported vertically oriented, otherwise false.
See Also