|
|||||||||
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 |