_Worksheet.QueryTables Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property QueryTables As QueryTables
    Get
'Usage
Dim instance As _Worksheet
Dim value As QueryTables

value = instance.QueryTables
QueryTables QueryTables { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.QueryTables

See Also

Reference

_Worksheet Interface

_Worksheet Members

Microsoft.Office.Interop.Excel Namespace