public interface ISlicerPivotTables extends java.lang.Iterable<IPivotTable>
IPivotTables
associated with the specified ISlicerCache object.| Modifier and Type | Method and Description |
|---|---|
void |
addPivotTable(IPivotTable pivotTable)
Adds a reference to a PivotTable to the
ISlicerPivotTables
collection. |
IPivotTable |
get(int index)
Gets the
IPivotTable 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 the
ISlicerPivotTables
collection. |
IPivotTable get(int index)
IPivotTable with the specified index.index - the index.int getCount()
void addPivotTable(IPivotTable pivotTable)
ISlicerPivotTables
collection.pivotTable - A IPivotTable object that represents the PivotTable to
add.void removePivotTable(IPivotTable pivotTable)
ISlicerPivotTables
collection.pivotTable - A IPivotTable object that represents the PivotTable to
remove.