|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPivotTables
Represents collection of all pivot tables inside worksheet.
| Method Summary | |
|---|---|
PivotTable |
add(java.lang.String name,
CellRange location,
PivotCache cache)
Adds new pivot table to the collection. |
IPivotTable |
get(int index)
Gets single entry from the collection. |
IPivotTable |
get(java.lang.String name)
Gets single entry from the collection. |
int |
getCount()
Returns number of items in the collection. |
void |
remove(java.lang.String name)
Removes pivot table from the collection. |
void |
removeAt(int index)
Removes piovt table from the collection base on the index. |
| Method Detail |
|---|
int getCount()
IPivotTable get(int index)
index - Zero-based index of the item to get.
IPivotTable get(java.lang.String name)
name - Pivot table name.
PivotTable add(java.lang.String name,
CellRange location,
PivotCache cache)
name - Name of the new pivot table.location - Pivot table location.cache -
void remove(java.lang.String name)
name - name of the pivot table to remove.void removeAt(int index)
index -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||