NamedRange::QueryTable Property
Gets a QueryTable that represents the query table that intersects the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Property Value
Type: Microsoft.Office.Interop.Excel::QueryTable^A QueryTable that represents the query table that intersects the NamedRange control.
The following code example uses the QueryTable property to refresh a query table that intersects a NamedRange. This code example assumes that the worksheet contains a query table that intersects cell C1.
This example is for a document-level customization.
Show: