接口 IPivotCaches

所有超级接口:
Iterable<IPivotCache>

public interface IPivotCaches extends Iterable<IPivotCache>
表示工作簿中数据透视表报告的内存缓存集合。
  • 方法详细资料

    • getCount

      int getCount()
      返回集合中的对象数量。
    • get

      IPivotCache get(int index)
      获取按索引的透视缓存。
    • create

      IPivotCache create(Object SourceData)
      创建一个新的数据透视缓存。
      参数:
      SourceData - 新数据透视表缓存的数据。
      返回:
      数据透视缓存。