接口 IPivotFormulas

所有超级接口:
Iterable<IPivotFormula>

public interface IPivotFormulas extends Iterable<IPivotFormula>
Represents the collection of IPivotFormula
  • 方法概要

    修饰符和类型
    方法
    说明
    get(int index)
    Returns the IPivotFormula by index.
    int
    Returns the number of objects in the collection.

    从接口继承的方法 java.lang.Iterable

    forEach, iterator, spliterator
  • 方法详细资料

    • getCount

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

      IPivotFormula get(int index)
      Returns the IPivotFormula by index.
      参数:
      index -
      返回:
      IPivotFormula