ListObject.QueryTable Property
Returns the QueryTable object that provides a link for the ListObject object to the list server.
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 ListObject
Dim value As QueryTable
value = instance.QueryTable
QueryTable QueryTable { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.QueryTable