public class PivotItemCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
Gets the count of the pivot items.
|
||
PivotItem | get(int index) | |
PivotItem | get(java.lang.String itemValue) | |
Method Summary | ||
---|---|---|
void | changeitemsOrder(int sourceIndex, int destIndex) | |
Directly chanages the orders of the two items.
|