aspose.cells

Class PivotFieldGroupType

Utility class containing constants. Represents the group type of pivot field.

Field Summary
const  NumberNONE
No group
const  NumberDATE_TIME_RANGE
Grouped by DateTime range.
const  NumberNUMBERIC_RANGE
Grouped by numberic range.
const  NumberDISCRETE
Grouped by discrete points.
 

    • Field Detail

      • NONE

        const Number NONE
        No group
      • DATE_TIME_RANGE

        const Number DATE_TIME_RANGE
        Grouped by DateTime range.
      • NUMBERIC_RANGE

        const Number NUMBERIC_RANGE
        Grouped by numberic range.
      • DISCRETE

        const Number DISCRETE
        Grouped by discrete points.