Click or drag to resize

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

Property Value

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