XlTextParsingType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the column format for the data in the text file that you’re importing into a query table.
public enum class XlTextParsingType
public enum XlTextParsingType
Public Enum XlTextParsingType
- Inheritance
-
XlTextParsingType
Fields
Name | Value | Description |
---|---|---|
xlDelimited | 1 | default. Indicates the file is delimited by delimiter characters |
xlFixedWidth | 2 | Indicates that the data in the file is arranged in columns of fixed widths. |