_QueryTable Interface 

Represents a worksheet table built from data returned from an external data source, such as a SQL server or a Microsoft Access database. The QueryTable object is a member of the QueryTables collection.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class queryTableImplementation
    Implements _QueryTable
End Class
Dim queryTableImplementation1 As New queryTableImplementation()

Syntax

Public Interface _QueryTable
public interface _QueryTable
public interface class _QueryTable
public interface _QueryTable
public interface _QueryTable

Remarks

Use QueryTables(index), where index is the index number of the query table, to return a single QueryTable object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

_QueryTable Members