_QueryTable.TextFileTextQualifier Property
Returns or sets the text qualifier when you import a text file into a query table. The text qualifier specifies that the enclosed data is in text format. Read/write XlTextQualifier.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property TextFileTextQualifier As XlTextQualifier
Get
Set
'Usage
Dim instance As _QueryTable
Dim value As XlTextQualifier
value = instance.TextFileTextQualifier
instance.TextFileTextQualifier = value
XlTextQualifier TextFileTextQualifier { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlTextQualifier
Remarks
Use this property only when your query table is based on data from a text file (with the QueryType property set to xlTextImport).