PivotItemCollection
Contents
[
Hide
]PivotItemCollection class
Represents a collection of all the PivotItem objects in the PivotField’s
Methods
| Name | Description |
|---|---|
| changeitemsOrder(sourceIndex, destIndex) | Directly changes the orders of the two items. |
| 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() | Gets an enumerator over the elements in this collection in proper sequence. |
| swapItem() |
changeitemsOrder(sourceIndex, destIndex)
Directly changes the orders of the two items.
| Parameter | Type | 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()
Gets an enumerator over the elements in this collection in proper sequence.
Returns: Iterator — Iterator enumerator