接口 IPivotItemList

所有超级接口:
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.
  • 方法概要

    修饰符和类型
    方法
    说明
    get(int field)
    Reserved for internal use.
    int
    Returns the number of objects in the collection.

    从接口继承的方法 java.lang.Iterable

    forEach, iterator, spliterator
  • 方法详细资料

    • getCount

      int getCount()
      Returns the number of objects in the collection. Read-only Integer.
    • get

      IPivotItem get(int field)
      Reserved for internal use.