接口 IPivotLines

所有超级接口:
Iterable<IPivotLine>

public interface IPivotLines extends Iterable<IPivotLine>
PivotLines 对象是 PivotTable 中一系列行的集合,包含了透视表中所有行或列上的线。每条线是一组 PivotCells。
  • 方法概要

    修饰符和类型
    方法
    说明
    get(int index)
    返回PivotLines集合对象中按其在集合中的位置特定的元素。
    int
    返回PivotLines集合中的项目数。

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

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

    • getCount

      int getCount()
      返回PivotLines集合中的项目数。
    • get

      IPivotLine get(int index)
      返回PivotLines集合对象中按其在集合中的位置特定的元素。只读。
      参数:
      index - 元素的位置。