java.lang.Object
com.aspose.cells.PivotItemCollection
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. | ||
| Property Getters/Setters Detail |
|---|
getCount | |
public int getCount() | |
get | |
public PivotItem get(int index) | |
get | |
public PivotItem get(java.lang.String itemValue) | |
itemValue - | Method Detail |
|---|
changeitemsOrder | |
public void changeitemsOrder(int sourceIndex, int destIndex) | |
sourceIndex - The current indexdestIndex - The dest index