Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerCache Interface
Properties Methods

In This Topic
    ISlicerCache Interface Members
    In This Topic

    The following tables list the members exposed by ISlicerCache.

    Public Properties
     NameDescription
     PropertyGets or sets whether the slicer is participating in cross filtering with other slicers that share the same slicer cache, and how cross filtering is displayed.  
     PropertyGets a value indicating whether the filter state is cleared.  
     PropertyGets the index of the specified ISlicerCache object in the ISlicerCaches collection.  
     PropertyGets a value indicating whether the slicer cache is for a slicer on a table.  
     PropertyGets the GrapeCity.Spreadsheet.ITable object associated with this ISlicerCache.  
     PropertyGets or sets the name of the slicer cache.  
     PropertyGets or sets a value indicating whether manual updates of the slicer cache required.  
     PropertyGets the ISlicerItems collection that contains the collection of all items in the slicer cache.  
     PropertyGets the ISlicers collection that contains the collection of ISlicer objects associated with the specified ISlicerCache.  
     PropertyGets or sets the sort order of the items in the slicer.  
     PropertyGets the name of the data source the slicer is connected to.  
     PropertyGets the ISlicerItems collection that contains the collection of all the visible items in the specified slicer cache.  
    Top
    Public Methods
     NameDescription
     MethodClears the filter depending on the slicer cache type.  
     MethodClears the filter for a timeline (date filter).  
     MethodClears the manual filter for the slicer cache.  
     MethodDeletes the specified slicer cache and the slicers associated with it.  
    Top
    See Also