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: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool ImportMultipleStreamsVertically { get; init; }Property Value
Booleantrue if multiple streams should be imported vertically oriented, otherwise
false.
See Also