[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISlicerPivotTables

ISlicerPivotTables Interface

Represents information about the collection of IPivotTables associated with the specified ISlicerCache object.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ISlicerPivotTables : IEnumerable
Public Interface ISlicerPivotTables
    Inherits IEnumerable

Properties

Name Description
Count

Gets the number of objects in the collection.

this[int]

Gets the IPivotTable with the specified index.

Methods

Name Description
AddPivotTable(IPivotTable)

Adds a reference to a PivotTable to the ISlicerPivotTables collection.

RemovePivotTable(IPivotTable)

Removes a reference to a PivotTable from the ISlicerPivotTables collection.