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