Click or drag to resize

AsciiImportOptionsRenameColumns Property

If true, rename the columns if 1st line contain the column names. This option must be set programmatically or by user interaction.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool RenameColumns { get; set; }

Property Value

Boolean
See Also