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 ueryTableImplementation
    Implements QueryTable
End Class
Dim ueryTableImplementation1 As New ueryTableImplementation()

Syntax

Public Interface QueryTable
    Inherits _QueryTable, RefreshEvents_Event
public interface QueryTable : _QueryTable, RefreshEvents_Event
public interface class QueryTable : public _QueryTable, RefreshEvents_Event
public interface QueryTable implements _QueryTable, RefreshEvents_Event
public interface QueryTable implements _QueryTable, , RefreshEvents_Event

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