AsciiImportOptionsImportMultipleStreamsVertically Property |
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.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool ImportMultipleStreamsVertically { get; set; }
Property Value
Booleantrue if multiple streams should be imported vertically oriented, otherwise
false.
See Also