IQueryTables.Add(Object, Range, Object) Method

Definition

public Microsoft.Office.Interop.Excel.QueryTable Add (object Connection, Microsoft.Office.Interop.Excel.Range Destination, object Sql);
Public Function Add (Connection As Object, Destination As Range, Optional Sql As Object) As QueryTable

Parameters

Connection
Object
Destination
Range
Sql
Object

Returns

Applies to