Ascii |
public enum AsciiHeaderLinesDestination
| 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. |
The AsciiHeaderLinesDestination type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |