接口 IPivotItems

所有超级接口:
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.
  • 方法详细资料

    • getCount

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

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

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