[]
        
(Showing Draft Content)

IPivotItemList

Interface IPivotItemList

All Superinterfaces:
Iterable<IPivotItem>

public interface IPivotItemList extends Iterable<IPivotItem>
A collection of all the PivotItem objects in the specified PivotTable. Each PivotItem represents an item in a PivotTable field.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int field)
    Reserved for internal use.
    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. Read-only Integer.
    • get

      IPivotItem get(int field)
      Reserved for internal use.