public class PivotItemCollection
extends java.lang.Object
implements java.lang.Iterable
| Modifier and Type | Method and Description |
|---|---|
void |
changeitemsOrder(int sourceIndex,
int destIndex)
Directly changes the orders of the two 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.
|
int |
getCount()
Gets the count of the pivot items.
|
java.util.Iterator |
iterator()
Gets an enumerator over the elements in this collection in proper sequence.
|
public java.util.Iterator iterator()
iterator in interface java.lang.Iterablepublic PivotItem get(int index)
public PivotItem get(java.lang.String itemValue)
public int getCount()
public void changeitemsOrder(int sourceIndex,
int destIndex)
sourceIndex - The current indexdestIndex - The dest indexSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2001-2023. All Rights Reserved.