[]
        
(Showing Draft Content)

IPivotItems

Interface IPivotItems

All Superinterfaces:
Iterable<IPivotItem>

public interface IPivotItems extends Iterable<IPivotItem>
Represents a collection of all the PivotItem objects in a PivotTable field. The items are the individual data entries in a field category.
  • 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

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

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