class
PivotItemCollection
Source: aspose.
Represents a collection of all the PivotItem objects in the PivotField's
Methods
changeitemsOrder(sourceIndex, destIndex)
Directly changes the orders of the two items.
Parameters
| Name | Type | Optional | Description |
|---|---|---|---|
|
sourceIndex |
Number |
|
The current index |
|
destIndex |
Number |
|
The dest index |
get()
Gets the PivotItem Object at the specific index.
get()
Gets the PivotItem Object of the specific name.
getCount()
Gets the count of the pivot items.
iterator() → Iterator
Gets an enumerator over the elements in this collection in proper sequence.
- Returns
-
Iteratorenumerator