asposecells.api

Class PivotGroupByType

Utility class containing constants. Represents group by type.

Field Summary
const  intRANGE_OF_VALUES
Group by numbers.
const  intNUMBERS
Group by numbers.
const  intSECONDS
Presents Seconds groupby type.
const  intMINUTES
Presents Minutes groupby type.
const  intHOURS
Presents Hours groupby type.
const  intDAYS
Presents Days groupby type.
const  intMONTHS
Presents Months groupby type.
const  intQUARTERS
Presents Quarters groupby type.
const  intYEARS
Presents Years groupby type.
 

    • Field Detail

      • RANGE_OF_VALUES

        const int RANGE_OF_VALUES
        Group by numbers. NOTE: This method is now obsolete. Instead, please use PivotGroupByType.Numbers enum. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.
      • NUMBERS

        const int NUMBERS
        Group by numbers.
      • SECONDS

        const int SECONDS
        Presents Seconds groupby type.
      • MINUTES

        const int MINUTES
        Presents Minutes groupby type.
      • HOURS

        const int HOURS
        Presents Hours groupby type.
      • DAYS

        const int DAYS
        Presents Days groupby type.
      • MONTHS

        const int MONTHS
        Presents Months groupby type.
      • QUARTERS

        const int QUARTERS
        Presents Quarters groupby type.
      • YEARS

        const int YEARS
        Presents Years groupby type.