| Property Getters/Setters Summary | ||
|---|---|---|
| function | getCount() | |
| 
            Gets the count of the pivot items.
             | ||
| function | get(index) | |
| 
            Gets the PivotItem Object at the specific index.
             | ||
| function | get(itemValue) | |
| 
            Gets the PivotItem Object of the specific name.
             | ||
| Method Summary | ||
|---|---|---|
| function | changeitemsOrder(sourceIndex, destIndex) | |
| 
            Directly changes the orders of the two items.
             | ||
| function | iterator() | |
| 
            Gets an enumerator over the elements in this collection in proper sequence.
             | ||
function getCount()
function get(index)
function get(itemValue)
function iterator()
function changeitemsOrder(sourceIndex, destIndex)
sourceIndex: Number - The current indexdestIndex: Number - The dest index