ISlicerPivotTables.RemovePivotTable Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub RemovePivotTable ( _
PivotTable As Object _
)
'Usage
Dim instance As ISlicerPivotTables
Dim PivotTable As Object
instance.RemovePivotTable(PivotTable)
void RemovePivotTable(
Object PivotTable
)
Parameters
- PivotTable
Type: System.Object