asposecells.api
Class PivotItemCollection

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

Property Getters/Setters Summary
methodgetCount()
           Gets the count of the pivot items.
methodget(index)
          
methodget(itemValue)
          
 
Method Summary
methodchangeitemsOrder(sourceIndex, destIndex)
           Directly chanages the orders of the two items.
 

Property Getters/Setters Detail

getCount : int 

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

get : PivotItem 

PivotItem get(index)

get : PivotItem 

PivotItem get(itemValue)
Parameters:
itemValue -
Returns:

Method Detail

changeitemsOrder

 changeitemsOrder(sourceIndex, destIndex)
Directly chanages the orders of the two items.
Parameters:
sourceIndex: int - The current index
destIndex: int - 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.