TableObject.Destination Property

Definition

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 TableObject object. Range. Read-only

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

Property Value

Applies to