aspose.cells
Class PivotItemCollection

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

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

Property Getters/Setters Detail

getCount : Number 

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

get : PivotItem 

function get(index)

get : PivotItem 

function get(itemValue)
Parameters:
itemValue -
Returns:

Method Detail

changeitemsOrder

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