|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPivotCaches
Represents collection of workbook pivot caches.
Method Summary | |
---|---|
PivotCache |
add(CellRange range)
Creates new chache object inside this collection. |
IPivotCache |
get(int index)
Returns single entry from the collection. |
int |
getCount()
Returns number of items in the collection. |
Method Detail |
---|
int getCount()
IPivotCache get(int index)
index
- Zero-based index of the item to return.
PivotCache add(CellRange range)
range
- Range that contains data to cache.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |