接口 IPivotCaches

所有超级接口:
Iterable<IPivotCache>

public interface IPivotCaches extends Iterable<IPivotCache>
Represents the collection of memory caches from the PivotTable reports in a workbook.
  • 方法详细资料

    • getCount

      int getCount()
      Returns the number of objects in the collection.
    • get

      IPivotCache get(int index)
      Gets a PivotCache by index.
    • create

      IPivotCache create(Object SourceData)
      Creates a new PivotCache.
      参数:
      SourceData - The data for the new PivotTable cache.
      返回:
      PivotCache