Interface ISlicerCaches
- All Superinterfaces:
Iterable<ISlicerCache>
Represents the collection of slicer caches associated with the specified workbook.
-
Method Summary
int
Gets the number of objects in the collection.
-
Method Details
-
getCount
int getCount()
Gets the number of objects in the collection.
-
get
- Parameters:
index
- the index.
-
get
- Parameters:
name
- the name.
-
add
- Parameters:
source
- The data source that the new ISlicerCache
will be basedon.
sourceField
- The name of the field in the data source to filter by.
- Returns:
ISlicerCache
.
-
add
- Parameters:
source
- The data source that the new ISlicerCache
will be basedon.
sourceField
- The name of the field in the data source to filter by.
name
- The name uses to reference the slicer cache (the name property of theISlicerCache
).
- Returns:
ISlicerCache
.