Package com.grapecity.documents.excel
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
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
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.
-