接口 IPivotCaches
- 所有超级接口:
Iterable<IPivotCache>
Represents the collection of memory caches from the PivotTable reports in a workbook.
-
方法详细资料
-
getCount
int getCount()Returns the number of objects in the collection. -
get
Gets a PivotCache by index. -
create
Creates a new PivotCache.- 参数:
SourceData
- The data for the new PivotTable cache.- 返回:
- PivotCache
-