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. |
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
get : PivotItem | |
function get(index) |
get : PivotItem | |
function get(itemValue) |
Method Detail |
---|
iterator | |
function iterator() |
changeitemsOrder | |
function changeitemsOrder(sourceIndex, destIndex) |
sourceIndex: Number
- The current indexdestIndex: Number
- The dest index