Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / PivotTables Property
In This Topic
    PivotTables Property (IWorksheet)
    In This Topic
    Returns an object that represents either a single PivotTable report (a IPivotTables object) or a collection of all the PivotTable reports (IPivotTables object) on a worksheet (read-only).
    Syntax
    IPivotTables PivotTables {get;}
    See Also