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

    Parameters

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