_QueryTable.TextFileTextQualifier Property

Definition

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).

Applies to