asposecells.api
Class PivotFieldDataDisplayFormat

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

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

Field Detail

NORMAL

const int NORMAL
Represents normal dispaly format.

DIFFERENCE_FROM

const int DIFFERENCE_FROM
Represents difference from dispaly format.

PERCENTAGE_OF

const int PERCENTAGE_OF
Represents percentage of dispaly 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 dispaly format.

PERCENTAGE_OF_ROW

const int PERCENTAGE_OF_ROW
Represents percentage of row dispaly format.

PERCENTAGE_OF_COLUMN

const int PERCENTAGE_OF_COLUMN
Represents percentage of column dispaly format.

PERCENTAGE_OF_TOTAL

const int PERCENTAGE_OF_TOTAL
Represents percentage of total dispaly format.

INDEX

const int INDEX
Represents index dispaly format.

PERCENTAGE_OF_PARENT_ROW_TOTAL

const int PERCENTAGE_OF_PARENT_ROW_TOTAL
Represents percentage of parent row total dispaly format.

PERCENTAGE_OF_PARENT_COLUMN_TOTAL

const int PERCENTAGE_OF_PARENT_COLUMN_TOTAL
Represents percentage of parent column total dispaly format.

PERCENTAGE_OF_PARENT_TOTAL

const int PERCENTAGE_OF_PARENT_TOTAL
Represents percentage of parent total dispaly format.

PERCENTAGE_OF_RUNNING_TOTAL_IN

const int PERCENTAGE_OF_RUNNING_TOTAL_IN
Represents percentage of running total in dispaly format.

RANK_SMALLEST_TO_LARGEST

const int RANK_SMALLEST_TO_LARGEST
Represents smallest to largest dispaly format.

RANK_LARGEST_TO_SMALLEST

const int RANK_LARGEST_TO_SMALLEST
Represents largest to smallest dispaly format.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.