com.aspose.cells
Class PivotItemCollection

java.lang.Object
    extended by com.aspose.cells.PivotItemCollection

public class PivotItemCollection 
extends java.lang.Object

Represents a collection of all the PivotItem objects in the PivotField's

Property Getters/Setters Summary
intgetCount()
           Gets the count of the pivot items.
PivotItemget(int index)
          
PivotItemget(java.lang.String itemValue)
          
 
Method Summary
voidchangeitemsOrder(int sourceIndex, int destIndex)
           Directly chanages the orders of the two items.
 

Property Getters/Setters Detail

getCount

public int getCount()
Gets the count of the pivot items.

get

public PivotItem get(int index)

get

public PivotItem get(java.lang.String itemValue)
Parameters:
itemValue -
Returns:

Method Detail

changeitemsOrder

public void changeitemsOrder(int sourceIndex, int destIndex)
Directly chanages the orders of the two items.
Parameters:
sourceIndex - The current index
destIndex - The dest index

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.