Click or drag to resize

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

Property Value

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