asposecells.api

Class PivotGroupByType

Utility class containing constants. Represents PivotTable groupby type.

Field Summary
const  intRANGE_OF_VALUES
Presents range of values groupby type.
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
        Presents range of values groupby type.
      • 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.