[]
        
立即试用
(Showing Draft Content)

IPivotCaches

Interface IPivotCaches

All Superinterfaces:
Iterable<IPivotCache>

public interface IPivotCaches extends Iterable<IPivotCache>
表示工作簿中数据透视表报告的内存缓存集合。
  • Method Details

    • getCount

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

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

      IPivotCache create(Object SourceData)
      使用 区域 创建一个新的数据透视表缓存。
      Parameters:
      SourceData - 新数据透视表缓存的数据,类型可以是 区域
      Returns:
      数据透视表缓存
      Throws:
      IllegalArgumentException - 如果 SourceData 不是 区域