XlTextParsingType Enumeration

Specifies the column format for the data in the text file that you’re importing into a query table.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlTextParsingType
'Usage
Dim instance As XlTextParsingType
public enum XlTextParsingType

Members

Member name Description
xlDelimited default. Indicates the file is delimited by delimiter characters
xlFixedWidth Indicates that the data in the file is arranged in columns of fixed widths.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace