[]
        
立即试用
(Showing Draft Content)

ISlicerPivotTables

Interface ISlicerPivotTables

All Superinterfaces:
Iterable<IPivotTable>

public interface ISlicerPivotTables extends Iterable<IPivotTable>
表示与指定ISlicerCache对象关联的IPivotTables集合的信息。
  • Method Details

    • get

      IPivotTable get(int index)
      获取指定索引的IPivotTable
      Parameters:
      index - 索引。
    • getCount

      int getCount()
      获取集合中的对象数量。
    • addPivotTable

      void addPivotTable(IPivotTable pivotTable)
      ISlicerPivotTables 集合中添加对 PivotTable 的引用。
      Parameters:
      pivotTable - 代表要添加的 PivotTable 的 IPivotTable 对象。
    • removePivotTable

      void removePivotTable(IPivotTable pivotTable)
      移除对 ISlicerPivotTables 集合中 PivotTable 的引用。
      Parameters:
      pivotTable - 代表要移除的PivotTable的 IPivotTable 对象。