com.aspose.cells

Class PivotGroupByType

  • java.lang.Object
    • com.aspose.cells.PivotGroupByType
public class PivotGroupByType 
extends java.lang.Object

Utility class containing constants. Represents PivotTable groupby type.

Field Summary
static final intRANGE_OF_VALUES
Presents rangeofvalues groupby type.
static final intSECONDS
Presents Seconds groupby type.
static final intMINUTES
Presents Minutes groupby type.
static final intHOURS
Presents Hours groupby type.
static final intDAYS
Presents Days groupby type.
static final intMONTHS
Presents Months groupby type.
static final intQUARTERS
Presents Quarters groupby type.
static final intYEARS
Presents Years groupby type.
 

    • Field Detail

      • RANGE_OF_VALUES

        public static final int RANGE_OF_VALUES
        Presents rangeofvalues groupby type.
      • SECONDS

        public static final int SECONDS
        Presents Seconds groupby type.
      • MINUTES

        public static final int MINUTES
        Presents Minutes groupby type.
      • HOURS

        public static final int HOURS
        Presents Hours groupby type.
      • DAYS

        public static final int DAYS
        Presents Days groupby type.
      • MONTHS

        public static final int MONTHS
        Presents Months groupby type.
      • QUARTERS

        public static final int QUARTERS
        Presents Quarters groupby type.
      • YEARS

        public static final int YEARS
        Presents Years groupby type.