Share via


_QueryTable.TextFileParseType Property

Returns or sets the column format for the data in the text file that you’re importing into a query table. Read/write XlTextParsingType.

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

Syntax

'Declaration
Property TextFileParseType As XlTextParsingType
    Get
    Set
'Usage
Dim instance As _QueryTable
Dim value As XlTextParsingType

value = instance.TextFileParseType

instance.TextFileParseType = value
XlTextParsingType TextFileParseType { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlTextParsingType

Remarks

Use this property only when your query table is based on data from a text file (with the QueryType property set to xlTextImport).

See Also

Reference

_QueryTable Interface

_QueryTable Members

Microsoft.Office.Interop.Excel Namespace