_QueryTable.QueryType Property

Definition

Indicates the type of query used by Microsoft Excel to populate the query table or PivotTable cache. Read-only XlQueryType.

public:
 property Microsoft::Office::Interop::Excel::XlQueryType QueryType { Microsoft::Office::Interop::Excel::XlQueryType get(); };
public Microsoft.Office.Interop.Excel.XlQueryType QueryType { get; }
Public ReadOnly Property QueryType As XlQueryType

Property Value

Remarks

You specify the data source in the prefix for the Connection property’s value.

Applies to