[]
        
立即试用
(Showing Draft Content)

IPivotFormulas

Interface IPivotFormulas

All Superinterfaces:
Iterable<IPivotFormula>

public interface IPivotFormulas extends Iterable<IPivotFormula>
表示 IPivotFormula 的集合。
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    返回指定索引的 IPivotFormula
    int
    返回集合中的对象数量。

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

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

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