Click or drag to resize

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.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool ReuseGroupNumbers { get; set; }

Property Value

Boolean
true if the existing column kinds and groups should be reused; otherwise, false.
See Also