AsciiImportOptionsControllerReuseGroupNumbers Property |
Gets or sets a value indicating whether to reuse column kinds and groups when the destination table already exists.
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 ReuseGroupNumbers { get; set; }Property Value
Booleantrue if the existing column kinds and groups should be reused; otherwise,
false.
See Also