PivotTable.ChangeConnection Method
Office 2010
Changes the connection of the specified PivotTable.
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Parameters
- conn
- Type: Microsoft.Office.Interop.Excel.WorkbookConnection
Required WorkbookConnection object that represents the new connection for the PivotTable.
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.