Ascii |
The AsciiImportOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | _accumulatedEventData |
Holds the accumulated change data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) |
![]() | _dateTimeFormatCulture | Gets or sets the culture that formats date/time values. |
![]() | _headerLinesDestination | Designates the destination of main header lines. This option must be set programmatically or by user interaction. |
![]() | _importMultipleStreamsVertically | Gets or sets a value indicating whether the import of multiple streams in one table should be horizontally oriented (in more columns) or vertically oriented (in more rows). |
![]() | _indexOfCaptionLine | Index of the line, where we can extract the column names from. |
![]() | _numberFormatCulture | Gets or sets the culture that formats numbers. |
![]() | _numberOfMainHeaderLines | Number of lines to skip (the main header). |
![]() | _parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) |
![]() | _recognizedStructure | Structur of the main part of the file (which data type is placed in which column). |
![]() | _renameColumns | If true, rename the columns if 1st line contain the column names. This option must be set programmatically or by user interaction. |
![]() | _renameWorksheet | If true, rename the worksheet to the data file name. This option must be set programmatically or by user interaction. |
![]() | _separationStrategy | Method to separate the tokens in each line of ascii text. |