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) | |
| Gets the PivotItem Object at the specific index. | ||
PivotItem | get(java.lang.String itemValue) | |
| Gets the PivotItem Object of the specific name. | ||
| Method Summary | ||
|---|---|---|
void | changeitemsOrder(int sourceIndex, int destIndex) | |
| Directly changes the orders of the two items. | ||
java.util.Iterator | iterator() | |
| Gets an enumerator over the elements in this collection in proper sequence. | ||
| Property Getters/Setters Detail |
|---|
getCount | |
public int getCount() | |
get | |
public PivotItem get(int index) | |
get | |
public PivotItem get(java.lang.String itemValue) | |
| Method Detail |
|---|
iterator | |
public java.util.Iterator iterator() | |
changeitemsOrder | |
public void changeitemsOrder(int sourceIndex, int destIndex) | |
sourceIndex - The current indexdestIndex - The dest index