[]
        
立即试用
(Showing Draft Content)

IPivotLines

Interface IPivotLines

All Superinterfaces:
Iterable<IPivotLine>

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

    Modifier and Type
    Method
    Description
    get(int index)
    返回PivotLines集合对象中按其在集合中的位置特定的元素。只读。
    int
    返回PivotLines集合中的项目数。

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

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

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