WorkbookEvents_SinkHelper.PivotTableCloseConnection Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub PivotTableCloseConnection ( _
param0 As PivotTable _
)
'Usage
Dim instance As WorkbookEvents_SinkHelper
Dim param0 As PivotTable
instance.PivotTableCloseConnection(param0)
public virtual void PivotTableCloseConnection(
PivotTable param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.Excel.PivotTable
Implements
WorkbookEvents.PivotTableCloseConnection(PivotTable)
See Also
Reference
WorkbookEvents_SinkHelper Class