Package com.grapecity.documents.excel
Interface IPivotCaches
- All Superinterfaces:
Iterable<IPivotCache>
Represents the collection of memory caches from the PivotTable reports in a workbook.
-
Method Details
-
getCount
int getCount()Returns the number of objects in the collection. -
get
Gets a PivotCache by index. -
create
- Parameters:
SourceData- Therangeortabledata for the new PivotTable cache.- Returns:
- PivotCache
- Throws:
IllegalArgumentException- IfSourceDatais not arangeortable.
-