asposecells.api

Class PivotItemPositionType

Utility class containing constants. Represents the position type of the pivot base item in the base field when the ShowDataAs calculation is in use.

Field Summary
const  intPREVIOUS
Represents the previous pivot item in the PivotField.
const  intNEXT
Represents the next pivot item in the PivotField.
const  intCUSTOM
Shows values as the different format based the index of pivot item in the PivotField.
 

    • Field Detail

      • PREVIOUS

        const int PREVIOUS
        Represents the previous pivot item in the PivotField.
      • NEXT

        const int NEXT
        Represents the next pivot item in the PivotField.
      • CUSTOM

        const int CUSTOM
        Shows values as the different format based the index of pivot item in the PivotField. Only for getting.