asposecells.api

Class PivotFieldGroupType

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

Field Summary
const  intNONE
No group
const  intDATE_TIME_RANGE
Grouped by DateTime range.
const  intNUMBERIC_RANGE
Grouped by numberic range.
const  intDISCRETE
Grouped by discrete points.
 

    • Field Detail

      • NONE

        const int NONE
        No group
      • DATE_TIME_RANGE

        const int DATE_TIME_RANGE
        Grouped by DateTime range.
      • NUMBERIC_RANGE

        const int NUMBERIC_RANGE
        Grouped by numberic range.
      • DISCRETE

        const int DISCRETE
        Grouped by discrete points.