_QueryTable.TextFileTextQualifier Property
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.
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.
public:
property Microsoft::Office::Interop::Excel::XlTextQualifier TextFileTextQualifier { Microsoft::Office::Interop::Excel::XlTextQualifier get(); void set(Microsoft::Office::Interop::Excel::XlTextQualifier value); };
public Microsoft.Office.Interop.Excel.XlTextQualifier TextFileTextQualifier { get; set; }
Public Property TextFileTextQualifier As XlTextQualifier
Property Value
Remarks
Use this property only when your query table is based on data from a text file (with the QueryType property set to xlTextImport).