asposecells.api

Class PivotFieldDataDisplayFormat

Utility class containing constants. Represents data display format in the PivotTable data field.

Field Summary
const  intNORMAL
Represents normal display format.
const  intDIFFERENCE_FROM
Represents difference from display format.
const  intPERCENTAGE_OF
Represents percentage of display format.
const  intPERCENTAGE_DIFFERENCE_FROM
Represents percentage difference from display format.
const  intRUNNING_TOTAL_IN
Represents running total in display format.
const  intPERCENTAGE_OF_ROW
Represents percentage of row display format.
const  intPERCENTAGE_OF_COLUMN
Represents percentage of column display format.
const  intPERCENTAGE_OF_TOTAL
Represents percentage of total display format.
const  intINDEX
Represents index display format.
const  intPERCENTAGE_OF_PARENT_ROW_TOTAL
Represents percentage of parent row total display format.
const  intPERCENTAGE_OF_PARENT_COLUMN_TOTAL
Represents percentage of parent column total display format.
const  intPERCENTAGE_OF_PARENT_TOTAL
Represents percentage of parent total display format.
const  intPERCENTAGE_OF_RUNNING_TOTAL_IN
Represents percentage of running total in display format.
const  intRANK_SMALLEST_TO_LARGEST
Represents smallest to largest display format.
const  intRANK_LARGEST_TO_SMALLEST
Represents largest to smallest display format.
 

    • Field Detail

      • NORMAL

        const int NORMAL
        Represents normal display format.
      • DIFFERENCE_FROM

        const int DIFFERENCE_FROM
        Represents difference from display format.
      • PERCENTAGE_OF

        const int PERCENTAGE_OF
        Represents percentage of display format.
      • PERCENTAGE_DIFFERENCE_FROM

        const int PERCENTAGE_DIFFERENCE_FROM
        Represents percentage difference from display format.
      • RUNNING_TOTAL_IN

        const int RUNNING_TOTAL_IN
        Represents running total in display format.
      • PERCENTAGE_OF_ROW

        const int PERCENTAGE_OF_ROW
        Represents percentage of row display format.
      • PERCENTAGE_OF_COLUMN

        const int PERCENTAGE_OF_COLUMN
        Represents percentage of column display format.
      • PERCENTAGE_OF_TOTAL

        const int PERCENTAGE_OF_TOTAL
        Represents percentage of total display format.
      • INDEX

        const int INDEX
        Represents index display format.
      • PERCENTAGE_OF_PARENT_ROW_TOTAL

        const int PERCENTAGE_OF_PARENT_ROW_TOTAL
        Represents percentage of parent row total display format.
      • PERCENTAGE_OF_PARENT_COLUMN_TOTAL

        const int PERCENTAGE_OF_PARENT_COLUMN_TOTAL
        Represents percentage of parent column total display format.
      • PERCENTAGE_OF_PARENT_TOTAL

        const int PERCENTAGE_OF_PARENT_TOTAL
        Represents percentage of parent total display format.
      • PERCENTAGE_OF_RUNNING_TOTAL_IN

        const int PERCENTAGE_OF_RUNNING_TOTAL_IN
        Represents percentage of running total in display format.
      • RANK_SMALLEST_TO_LARGEST

        const int RANK_SMALLEST_TO_LARGEST
        Represents smallest to largest display format.
      • RANK_LARGEST_TO_SMALLEST

        const int RANK_LARGEST_TO_SMALLEST
        Represents largest to smallest display format.