Range.QueryTable Property

Returns a QueryTable object that represents the query table that intersects the specified Range object.

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

Syntax

'Declaration
ReadOnly Property QueryTable As QueryTable
    Get
'Usage
Dim instance As Range
Dim value As QueryTable

value = instance.QueryTable
QueryTable QueryTable { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.QueryTable

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace