[]
        
(Showing Draft Content)

IPivotFields

Interface IPivotFields

All Superinterfaces:
Iterable<IPivotField>

public interface IPivotFields extends Iterable<IPivotField>
Represents a collection of all the PivotField objects in a PivotTable report.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    Returns a single object from a collection.
    get(String name)
    Returns a single object from a collection.
    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

      IPivotField get(int index)
      Returns a single object from a collection.
      Parameters:
      index - The index number for the object.
    • get

      IPivotField get(String name)
      Returns a single object from a collection.
      Parameters:
      name - The name for the object.