AsciiImportOptionsReuseColumnNames Property |
Gets a value indicating whether to reuse the column names from the table in which the data will be imported.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool ReuseColumnNames { get; init; }Property Value
Booleantrue if the column names will be reused; otherwise,
false.
See Also