AsciiHeaderLinesDestination Enumeration |
Designates what to do with the main header lines of an ASCII file.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum AsciiHeaderLinesDestination
Members Member name | Value | Description |
---|
Ignore | 0 | Ignore the main header lines (throw them away). |
ImportToProperties | 1 | Try to import the items in the header lines as property columns. |
ImportToPropertiesOrNotes | 2 | Try 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. |
ImportToNotes | 3 | Store the main header lines as notes in the worksheet. |
ImportToPropertiesAndNotes | 4 | Try to import the items in the header lines as property columns. Additionally, those lines are added to the notes of the table. |
See Also