接口 IPivotTables

所有超级接口:
Iterable<IPivotTable>

public interface IPivotTables extends Iterable<IPivotTable>
表示指定工作表上所有数据透视表对象的集合。
  • 方法详细资料

    • getCount

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

      IPivotTable add(IPivotCache PivotCache, IRange TableDestination)
      添加一个新的数据透视表报告。
      参数:
      PivotCache - 数据透视表缓存,新的数据透视表报告基于此缓存。该缓存为报告提供数据。
      TableDestination - 数据透视表报告目标范围左上角的单元格(即在工作表上放置结果报告的范围)。您必须指定一个包含由表达式指定的PivotTables对象的工作表上的目标范围。
      返回:
      数据透视表对象
    • add

      IPivotTable add(IPivotCache PivotCache, IRange TableDestination, String TableName)
      添加一个新的数据透视表报告。
      参数:
      PivotCache - 数据透视表缓存,新的数据透视表报告基于此缓存。该缓存为报告提供数据。
      TableDestination - 数据透视表报告目标范围的左上角单元格(即工作表中放置生成报告的范围)。您必须在包含由表达式指定的数据透视表对象的工作表上指定一个目标范围。
      TableName - 新数据透视表报告的名称。
      返回:
      数据透视表对象
    • get

      IPivotTable get(int index)
      返回集合中的单个对象。
      参数:
      index - 对象的索引编号。
    • get

      IPivotTable get(String name)
      返回集合中的一个单一对象。
      参数:
      name - 对象的名称。