Package com.grapecity.documents.excel
Interface IPivotLineCells
- All Superinterfaces:
Iterable<IPivotCell>
Collection of PivotCell objects for a specific PivotLine.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getCount
int getCount()Returns the number of items in the PivotLineCells collection. -
get
Returns a specific element of the PivotLineCells collection object identified by its position in the collection. Read-only.- Parameters:
index- The position of the element
-