Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISlicerCache Interface

In This Topic
    ISlicerCache Interface Methods
    In This Topic

    For a list of all members of this type, see ISlicerCache members.

    Public Methods
     NameDescription
     MethodClears the filter for slicer, depending on the slicer cache type.  
     MethodDeletes the specified slicer cache and the slicers associated with it.  
     MethodReturns whether the slicer filter state is cleared.  
     MethodTrue if the slicer cache is for a slicer on a table. False otherwise.  
     MethodReturns the name of the slicer cache.  
     MethodReturns a ISlicerPivotTables collection that contains informationabout the PivotTables the slicer cache is currently filtering.  
     MethodReturns a ISlicerItems collection that contains the collection of allitems in the slicer cache.  
     MethodReturns a ISlicers collection that contains the collection of ISlicer objects associated with the specified ISlicerCache.  
     MethodReturns the sort order of the items in the slicer.  
     MethodReturns the name of the data source the slicer is connected to.  
     MethodReturns a ITable object associated with slicer.  
     MethodSets the name of the slicer cache.  
     MethodSets the sort order of the items in the slicer.  
    Top
    See Also