com.spire.xls.core
Interface IPivotCaches

All Known Implementing Classes:
PivotCachesCollection, XlsPivotCachesCollection

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

getCount

int getCount()
Returns number of items in the collection. Read-only.

Returns:

get

IPivotCache get(int index)
Returns single entry from the collection. Read-only.

Parameters:
index - Zero-based index of the item to return.
Returns:
Single entry from the collection.

add

PivotCache add(CellRange range)
Creates new chache object inside this collection.

Parameters:
range - Range that contains data to cache.
Returns:
Newly created object.