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: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.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.

The AsciiHeaderLinesDestination type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also