接口 ISlicerPivotTables

所有超级接口:
Iterable<IPivotTable>

public interface ISlicerPivotTables extends Iterable<IPivotTable>
表示与指定ISlicerCache对象关联的IPivotTables集合的信息。
  • 方法详细资料

    • get

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

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

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

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