接口 IPivotLines
- 所有超级接口:
Iterable<IPivotLine>
PivotLines 对象是 PivotTable 中一系列行的集合,包含了透视表中所有行或列上的线。每条线是一组 PivotCells。
-
方法详细资料
-
getCount
int getCount()返回PivotLines集合中的项目数。 -
get
返回PivotLines集合对象中按其在集合中的位置特定的元素。只读。- 参数:
index
- 元素的位置。
-
Iterable<IPivotLine>
index
- 元素的位置。