Interface ISlicerCache
public interface ISlicerCache
Represents the current filter state for a slicer and information about which
IPivotCache
.
-
Method Summary
void
Clears the filter for slicer, depending on the slicer cache type.
void
Deletes the specified slicer cache and the slicers associated with it.
boolean
Returns whether the slicer filter state is cleared.
boolean
True if the slicer cache is for a slicer on a table.
Returns the name of the slicer cache.
Returns a
ISlicerPivotTables
collection that contains informationabout the PivotTables the slicer cache is currently filtering.
Returns a
ISlicerItems
collection that contains the collection of allitems in the slicer cache.
Returns the sort order of the items in the slicer.
Returns the name of the data source the slicer is connected to.
Returns a
ITable
object associated with slicer.
void
Sets the name of the slicer cache.
void
Sets the sort order of the items in the slicer.
-
Method Details
-
getFilterCleared
boolean getFilterCleared()
Returns whether the slicer filter state is cleared.
-
getList
boolean getList()
True if the slicer cache is for a slicer on a table. False otherwise.
-
getTable
Returns a
ITable
object associated with slicer.
-
getName
Returns the name of the slicer cache.
-
setName
Sets the name of the slicer cache.
-
getSourceName
Returns the name of the data source the slicer is connected to.
-
getPivotTables
Returns a
ISlicerPivotTables
collection that contains informationabout the PivotTables the slicer cache is currently filtering.
-
getSlicerItems
Returns a
ISlicerItems
collection that contains the collection of allitems in the slicer cache.
-
-
getSortItems
Returns the sort order of the items in the slicer.
-
setSortItems
Sets the sort order of the items in the slicer.
-
clearAllFilters
void clearAllFilters()
Clears the filter for slicer, depending on the slicer cache type.
-
delete
void delete()
Deletes the specified slicer cache and the slicers associated with it.