Share via


_QueryTable.Destination Property

Returns the cell in the upper-left corner of the query table destination range (the range where the resulting query table will be placed). The destination range must be on the worksheet that contains the QueryTable object. Read-only Range.

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

Syntax

'Declaration
ReadOnly Property Destination As Range
    Get
'Usage
Dim instance As _QueryTable
Dim value As Range

value = instance.Destination
Range Destination { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Range

See Also

Reference

_QueryTable Interface

_QueryTable Members

Microsoft.Office.Interop.Excel Namespace