PivotTable.ChangeConnection Method
Changes the connection of the specified PivotTable.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ChangeConnection ( _
conn As WorkbookConnection _
)
'Usage
Dim instance As PivotTable
Dim conn As WorkbookConnection
instance.ChangeConnection(conn)
void ChangeConnection(
WorkbookConnection conn
)
Parameters
conn
Type: Microsoft.Office.Interop.Excel.WorkbookConnectionRequired WorkbookConnection object that represents the new connection for the PivotTable.
Remarks
The ChangeConnection(WorkbookConnection) method can only be used with a PivotTable that is connected to an external data source. A run-time error will occur if the ChangeConnection(WorkbookConnection) method is used with a PivotTable that uses data stored on a worksheet as its data source.