接口 IPivotLines

所有超级接口:
Iterable<IPivotLine>

public interface IPivotLines extends Iterable<IPivotLine>
The PivotLines object is a collection of lines in a PivotTable, containing all lines on rows or columns of the pivot. Each line is a set of PivotCells.
  • 方法概要

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

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

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

    • getCount

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

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