接口 IPivotLineCells

所有超级接口:
Iterable<IPivotCell>

public interface IPivotLineCells extends Iterable<IPivotCell>
Collection of PivotCell objects for a specific PivotLine.
  • 方法概要

    修饰符和类型
    方法
    说明
    get(int index)
    Returns a specific element of the PivotLineCells collection object identified by its position in the collection.
    int
    Returns the number of items in the PivotLineCells collection.

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

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

    • getCount

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

      IPivotCell get(int index)
      Returns a specific element of the PivotLineCells collection object identified by its position in the collection. Read-only.
      参数:
      index - The position of the element