接口 ISlicerCache
public interface ISlicerCache
Represents the current filter state for a slicer and information about which
IPivotCache
.-
方法概要
修饰符和类型方法说明void
Clears the filter for slicer, depending on the slicer cache type.void
delete()
Deletes the specified slicer cache and the slicers associated with it.boolean
Returns whether the slicer filter state is cleared.boolean
getList()
True if the slicer cache is for a slicer on a table.getName()
Returns the name of the slicer cache.Returns aISlicerPivotTables
collection that contains informationabout the PivotTables the slicer cache is currently filtering.Returns aISlicerItems
collection that contains the collection of allitems in the slicer cache.Returns aISlicers
collection that contains the collection ofISlicer
objects associated with the specifiedISlicerCache
.Returns the sort order of the items in the slicer.Returns the name of the data source the slicer is connected to.getTable()
Returns aITable
object associated with slicer.void
Sets the name of the slicer cache.void
setSortItems
(SlicerSortOrder value) Sets the sort order of the items in the slicer.
-
方法详细资料
-
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
ITable getTable()Returns aITable
object associated with slicer. -
getName
String getName()Returns the name of the slicer cache. -
setName
Sets the name of the slicer cache. -
getSourceName
String getSourceName()Returns the name of the data source the slicer is connected to. -
getPivotTables
ISlicerPivotTables getPivotTables()Returns aISlicerPivotTables
collection that contains informationabout the PivotTables the slicer cache is currently filtering. -
getSlicerItems
ISlicerItems getSlicerItems()Returns aISlicerItems
collection that contains the collection of allitems in the slicer cache. -
getSlicers
ISlicers getSlicers()Returns aISlicers
collection that contains the collection ofISlicer
objects associated with the specifiedISlicerCache
. -
getSortItems
SlicerSortOrder 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.
-