asposecells.api

Class PivotNumbericRangeGroupSettings

Represents the numberic range group of the pivot field.

Property Getters/Setters Summary
methodgetEnd()
Gets the end number of the group.
methodgetInterval()
Gets the interval of the group.
methodgetStart()
Gets the start number of the group.
methodgetType()
Gets the group type. The value of the property is PivotFieldGroupType integer constant.
 

    • Property Getters/Setters Detail

      • getType : int 

        int getType()
        
        Gets the group type. The value of the property is PivotFieldGroupType integer constant.
      • getStart : float 

        float getStart()
        
        Gets the start number of the group.
      • getEnd : float 

        float getEnd()
        
        Gets the end number of the group.
      • getInterval : float 

        float getInterval()
        
        Gets the interval of the group.