接口 IPivotFormulas

所有超级接口:
Iterable<IPivotFormula>

public interface IPivotFormulas extends Iterable<IPivotFormula>
表示 IPivotFormula 的集合。
  • 方法详细资料

    • getCount

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

      IPivotFormula get(int index)
      返回指定索引的 IPivotFormula
      参数:
      index - 透视公式的索引。
      返回:
      IPivotFormula