Click or drag to resize

AsciiImportOptions Properties

The AsciiImportOptions type exposes the following members.

Properties
 NameDescription
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Public propertyDateTimeFormatCultureGets or sets the culture that formats date/time values.
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
Public propertyHeaderLinesDestinationDesignates the destination of main header lines. This option must be set programmatically or by user interaction.
Public propertyImportMultipleStreamsVertically 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).
Public propertyIndexOfCaptionLineIndex of the line, where we can extract the column names from.
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsDisposeInProgress Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsFullySpecified 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.
Public propertyIsSomeoneListeningToChanges 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)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentLeafNode)
Public propertyName 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)
Public propertyNumberFormatCultureGets or sets the culture that formats numbers.
Public propertyNumberOfMainHeaderLinesNumber of lines to skip (the main header).
Public propertyParentObject Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Public propertyRecognizedStructureStructur of the main part of the file (which data type is placed in which column).
Public propertyRenameColumnsIf true, rename the columns if 1st line contain the column names. This option must be set programmatically or by user interaction.
Public propertyRenameWorksheetIf true, rename the worksheet to the data file name. This option must be set programmatically or by user interaction.
Public propertySeparationStrategyMethod to separate the tokens in each line of ascii text.
Top
See Also