[]
Iterable<IPivotTable>
IPivotTables
associated with the specified ISlicerCache
object.void
addPivotTable(IPivotTable pivotTable)
ISlicerPivotTables
collection.get(int index)
IPivotTable
with the specified index.int
getCount()
void
removePivotTable(IPivotTable pivotTable)
ISlicerPivotTables
collection.forEach, iterator, spliterator
IPivotTable
with the specified index.index
- the index.ISlicerPivotTables
collection.pivotTable
- A IPivotTable
object that represents the PivotTable toadd.ISlicerPivotTables
collection.pivotTable
- A IPivotTable
object that represents the PivotTable toremove.