Share via


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)

Usage

Dim xlTextParsingType1 As XlTextParsingType = XlTextParsingType.xlDelimited

Syntax

Public Enum XlTextParsingType
public enum XlTextParsingType
public enum class XlTextParsingType
public enum 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace