asposecells.api

Represents Group Range in a PivotField.
NOTE: This class is now obsolete. Instead, please use PivotFieldGroupSettings class. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.

Property Getters/Setters Summary
methodgetBy()
Represents the interval object for the group range.
methodgetEnd()
Represents the end object for the group range.
methodgetGroupByTypes()
Represents the group type for the group range. rangeofvalue Seconds Minutes Hours Days Months Quarters Years
methodisAutoEnd()
Specifies a boolean value that indicates whether the application will use the source data to set the end range value.
methodisAutoStart()
Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value.
methodgetStart()
Represents the start object for the group range.
 

    • Property Getters/Setters Detail

      • isAutoStart : Object 

        Object isAutoStart()
        
        Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value.
      • isAutoEnd : Object 

        Object isAutoEnd()
        
        Specifies a boolean value that indicates whether the application will use the source data to set the end range value.
      • getStart : Object 

        Object getStart()
        
        Represents the start object for the group range.
      • getEnd : Object 

        Object getEnd()
        
        Represents the end object for the group range.
      • getBy : Object 

        Object getBy()
        
        Represents the interval object for the group range.
      • getGroupByTypes : boolean[] 

        boolean[] getGroupByTypes()
        
        Represents the group type for the group range. rangeofvalue Seconds Minutes Hours Days Months Quarters Years