接口 ISlicerCaches
- 所有超级接口:
Iterable<ISlicerCache>
Represents the collection of slicer caches associated with the specified workbook.
-
方法概要
修饰符和类型方法说明Adds a newISlicerCache
object to the collection.Adds a newISlicerCache
object to the collection.get
(int index) Gets theISlicerCache
with the specified index.Gets theISlicerCache
with the specified name.int
getCount()
Gets the number of objects in the collection.从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
getCount
int getCount()Gets the number of objects in the collection. -
get
Gets theISlicerCache
with the specified index.- 参数:
index
- the index.
-
get
Gets theISlicerCache
with the specified name.- 参数:
name
- the name.
-
add
Adds a newISlicerCache
object to the collection.- 参数:
source
- The data source that the newISlicerCache
will be basedon.sourceField
- The name of the field in the data source to filter by.- 返回:
ISlicerCache
.
-
add
Adds a newISlicerCache
object to the collection.- 参数:
source
- The data source that the newISlicerCache
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
).- 返回:
ISlicerCache
.
-