Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ISlicerPivotTables Interface / RemovePivotTable Method
A IPivotTable object that represents the PivotTable to remove.
In This Topic
    RemovePivotTable Method
    In This Topic
    Removes a reference to a PivotTable from the ISlicerPivotTables collection.
    Syntax
    void RemovePivotTable( 
       IPivotTable pivotTable
    )

    Parameters

    pivotTable
    A IPivotTable object that represents the PivotTable to remove.
    See Also