Ascii |
The AsciiImportOptions type exposes the following members.
Name | Description | |
---|---|---|
AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) | |
DateTimeFormatCulture | Gets or sets the culture that formats date/time values. | |
Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
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. | |
IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase) | |
IsDisposeInProgress |
Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase) | |
IsFullySpecified | Gets a value indicating whether everything is fully specified now, so that the instance can be used to import Ascii data. If this value is false, the Ascii data have to be analyzed in order to find the missing values. | |
IsSomeoneListeningToChanges |
Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase) | |
IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentLeafNode) | |
Name |
Gets the name of this document node. Null is returned if the name is not set or unknown.
The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Inherited from SuspendableDocumentNodeBase) | |
NumberFormatCulture | Gets or sets the culture that formats numbers. | |
NumberOfMainHeaderLines | Number of lines to skip (the main header). | |
ParentObject |
Gets/sets 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. |