接口的使用
com.grapecity.documents.excel.IPivotTable
-
com.grapecity.documents.excel中IPivotTable的使用
修饰符和类型方法说明IPivotTables.add
(IPivotCache PivotCache, IRange TableDestination) 添加一个新的数据透视表报告。IPivotTables.add
(IPivotCache PivotCache, IRange TableDestination, String TableName) 添加一个新的数据透视表报告。IPivotCache.createPivotTable
(IRange TableDestination) 基于PivotCache对象创建一个数据透视表报告。IPivotCache.createPivotTable
(IRange TableDestination, String TableName) 基于PivotCache对象创建一个数据透视表报告。IPivotTables.get
(int index) 返回集合中的单个对象。返回集合中的一个单一对象。ISlicerPivotTables.get
(int index) 获取指定索引的IPivotTable
。IPivotCell.getPivotTable()
返回一个表示包含指定范围左上角的数据透视表报告的 PivotTable 对象,或者与数据透视图表报告关联的数据透视表报告。修饰符和类型方法说明void
ISlicerPivotTables.addPivotTable
(IPivotTable pivotTable) 向ISlicerPivotTables
集合中添加对 PivotTable 的引用。void
ISlicerPivotTables.removePivotTable
(IPivotTable pivotTable) 移除对ISlicerPivotTables
集合中 PivotTable 的引用。 -
com.grapecity.documents.excel.drawing中IPivotTable的使用
修饰符和类型方法说明IChart.getPivotTable()
返回表示包含指定范围左上角的thePivotTable报告的IPivotTable
对象,或者与PivotChart报告关联的PivotTable报告。