接口 IPivotLines
- 所有超级接口:
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.
-
方法详细资料
-
getCount
int getCount()Returns the number of items in the PivotLines collection. -
get
Returns a specific element of the PivotLines collection object by its position in the collection. Read-only.- 参数:
index
- The position of the element.
-