Click or drag to resize

AsciiImportOptions Fields

The AsciiImportOptions type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Protected field_dateTimeFormatCultureGets or sets the culture that formats date/time values.
Protected field_headerLinesDestinationDesignates the destination of main header lines. This option must be set programmatically or by user interaction.
Protected field_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).
Protected field_indexOfCaptionLineIndex of the line, where we can extract the column names from.
Protected field_numberFormatCultureGets or sets the culture that formats numbers.
Protected field_numberOfMainHeaderLinesNumber of lines to skip (the main header).
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_recognizedStructureStructur of the main part of the file (which data type is placed in which column).
Protected field_renameColumnsIf true, rename the columns if 1st line contain the column names. This option must be set programmatically or by user interaction.
Protected field_renameWorksheetIf true, rename the worksheet to the data file name. This option must be set programmatically or by user interaction.
Protected field_separationStrategyMethod to separate the tokens in each line of ascii text.
Top
See Also