Interface IPivotLines
All Superinterfaces:
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.
Method Summary
All Methods Instance Methods Abstract Methods
Returns a specific element of the PivotLines collection object by its position in the collection.
int
Returns the number of items in the PivotLines collection.
Method Details
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.
Parameters:
index
- The position of the element.