_Worksheet.QueryTables Property

Definition

Returns the QueryTables collection that represents all the query tables on the specified worksheet. Read-only.

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

Property Value

Applies to