[]
        
(Showing Draft Content)

IPivotFormulas

Interface IPivotFormulas

All Superinterfaces:
Iterable<IPivotFormula>

public interface IPivotFormulas extends Iterable<IPivotFormula>
Represents the collection of IPivotFormula
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    Returns the IPivotFormula by index.
    int
    Returns the number of objects in the collection.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

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

      IPivotFormula get(int index)
      Returns the IPivotFormula by index.
      Parameters:
      index - The index of the pivot formula.
      Returns:
      IPivotFormula