Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISlicerPivotTables Interface / removePivotTable Method
A IPivotTable object that represents the PivotTable toremove.
In This Topic
    removePivotTable Method
    In This Topic
    Removes a reference to a PivotTable from the ISlicerPivotTablescollection.
    Syntax
    void removePivotTable( 
       IPivotTable pivotTable
    )

    Parameters

    pivotTable
    A IPivotTable object that represents the PivotTable toremove.
    See Also