接口 ISlicerPivotTables
- 所有超级接口:
Iterable<IPivotTable>
Represents information about the collection of
IPivotTables
associated with the specified ISlicerCache
object.-
方法概要
修饰符和类型方法说明void
addPivotTable
(IPivotTable pivotTable) Adds a reference to a PivotTable to theISlicerPivotTables
collection.get
(int index) Gets theIPivotTable
with the specified index.int
getCount()
Gets the number of objects in the collection.void
removePivotTable
(IPivotTable pivotTable) Removes a reference to a PivotTable from theISlicerPivotTables
collection.从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
get
Gets theIPivotTable
with the specified index.- 参数:
index
- the index.
-
getCount
int getCount()Gets the number of objects in the collection. -
addPivotTable
Adds a reference to a PivotTable to theISlicerPivotTables
collection.- 参数:
pivotTable
- AIPivotTable
object that represents the PivotTable toadd.
-
removePivotTable
Removes a reference to a PivotTable from theISlicerPivotTables
collection.- 参数:
pivotTable
- AIPivotTable
object that represents the PivotTable toremove.
-