接口的使用
com.grapecity.documents.excel.IPivotCache
-
com.grapecity.documents.excel中IPivotCache的使用
修饰符和类型方法说明创建一个新的数据透视缓存。IPivotCaches.get
(int index) 获取按索引的透视缓存。IPivotTable.getPivotCache()
返回一个表示指定数据透视表报告的缓存区的PivotCache对象。修饰符和类型方法说明IPivotTables.add
(IPivotCache PivotCache, IRange TableDestination) 添加一个新的数据透视表报告。IPivotTables.add
(IPivotCache PivotCache, IRange TableDestination, String TableName) 添加一个新的数据透视表报告。