接口 IPivotLineCells

所有超级接口:
Iterable<IPivotCell>

public interface IPivotLineCells extends Iterable<IPivotCell>
特定PivotLine的PivotCell对象集合。
  • 方法概要

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

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

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

    • getCount

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

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