IWorkbookEvents.PivotTableCloseConnection Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub PivotTableCloseConnection ( _
Target As PivotTable _
)
'Usage
Dim instance As IWorkbookEvents
Dim Target As PivotTable
instance.PivotTableCloseConnection(Target)
void PivotTableCloseConnection(
PivotTable Target
)
Parameters
- Target
Type: Microsoft.Office.Interop.Excel.PivotTable