AsciiImportOptionsControllerReuseColumnNames Property |
Gets or sets a value indicating whether to reuse the column names when the destination table already exist.
This property is ignored if the destination table is empty.
Namespace: Altaxo.Gui.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool ReuseColumnNames { get; set; }Property Value
Booleantrue if the existing column names should be reused; otherwise,
false.
See Also