asposecells.api

Class PivotItemPosition

Utility class containing constants. Represents base item Next/Previous/All position in the base field .
NOTE: This enum is now obsolete. Instead, please use PivotItemPositionType enum instead. This method will be removed 12 months later since June 2024. Aspose apologizes for any inconvenience you may have experienced.

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.