接口 ISlicerPivotTables

所有超级接口:
Iterable<IPivotTable>

public interface ISlicerPivotTables extends Iterable<IPivotTable>
Represents information about the collection of IPivotTablesassociated with the specified ISlicerCache object.
  • 方法详细资料

    • get

      IPivotTable get(int index)
      Gets the IPivotTable with the specified index.
      参数:
      index - the index.
    • getCount

      int getCount()
      Gets the number of objects in the collection.
    • addPivotTable

      void addPivotTable(IPivotTable pivotTable)
      Adds a reference to a PivotTable to the ISlicerPivotTablescollection.
      参数:
      pivotTable - A IPivotTable object that represents the PivotTable toadd.
    • removePivotTable

      void removePivotTable(IPivotTable pivotTable)
      Removes a reference to a PivotTable from the ISlicerPivotTablescollection.
      参数:
      pivotTable - A IPivotTable object that represents the PivotTable toremove.