Click or drag to resize

AsciiHeaderLinesDestination Enumeration

Designates what to do with the main header lines of an ASCII file.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum AsciiHeaderLinesDestination
Members
Member nameValueDescription
Ignore0Ignore the main header lines (throw them away).
ImportToProperties1Try to import the items in the header lines as property columns.
ImportToPropertiesOrNotes2Try to import the items in the header line(s) as properties. If the number of items doesn't match with that of the table, those header line is imported into the notes of the worksheet.
ImportToNotes3Store the main header lines as notes in the worksheet.
ImportToPropertiesAndNotes4Try to import the items in the header lines as property columns. Additionally, those lines are added to the notes of the table.
See Also