Package com.grapecity.documents.excel
Interface IPivotItems
- All Superinterfaces:
Iterable<IPivotItem>
Represents a collection of all the PivotItem objects in a PivotTable field. The items are the individual data entries in a field category.
-
Method Details
-
getCount
int getCount()Returns the number of objects in the collection. -
get
Returns a single object from a collection.- Parameters:
index- The index number for the object.
-
get
Returns a single object from a collection.- Parameters:
name- The name for the object.
-