java.lang.Object
com.aspose.cells.PivotItemCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class PivotItemCollection
- extends java.lang.Object
Represents a collection of all the PivotItem objects in the PivotField's
Property Getters/Setters Summary |
int | getCount() | |
|
Gets the count of the pivot items.
|
PivotItem | get(int) | |
|
Gets the PivotItem Object at the specific index.
|
PivotItem | get(java.lang.String) | |
|
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()
|
-
Gets the count of the pivot items.
-
Gets the PivotItem Object at the specific index.
get | |
public PivotItem get(java.lang.String itemValue)
|
-
Gets the PivotItem Object of the specific name.
iterator | |
public java.util.Iterator iterator() |
-
Gets an enumerator over the elements in this collection in proper sequence.
- Returns:
- enumerator
changeitemsOrder | |
public void changeitemsOrder(int sourceIndex, int destIndex) |
-
Directly changes the orders of the two items.
- Parameters:
sourceIndex
- The current indexdestIndex
- The dest index
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.