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)
Gets the PivotItem Object at the specific index.
methodget(itemValue)
Gets the PivotItem Object of the specific name.
 
Method Summary
methodchangeitemsOrder(sourceIndex, destIndex)
Directly changes the orders of the two items.
methoditerator()
Gets an enumerator over the elements in this collection in proper sequence.
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
        Gets the count of the pivot items.
      • get : PivotItem 

        PivotItem get(itemValue)
        
        Gets the PivotItem Object of the specific name.
    • Method Detail

      • iterator

        Iterator iterator()
        Gets an enumerator over the elements in this collection in proper sequence.
        Returns:
        enumerator
      • changeitemsOrder

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