Field Summary | ||
---|---|---|
const int | NORMAL | |
Represents normal dispaly format. | ||
const int | DIFFERENCE_FROM | |
Represents difference from dispaly format. | ||
const int | PERCENTAGE_OF | |
Represents percentage of dispaly format. | ||
const int | PERCENTAGE_DIFFERENCE_FROM | |
Represents percentage difference from display format. | ||
const int | RUNNING_TOTAL_IN | |
Represents running total in dispaly format. | ||
const int | PERCENTAGE_OF_ROW | |
Represents percentage of row dispaly format. | ||
const int | PERCENTAGE_OF_COLUMN | |
Represents percentage of column dispaly format. | ||
const int | PERCENTAGE_OF_TOTAL | |
Represents percentage of total dispaly format. | ||
const int | INDEX | |
Represents index dispaly format. | ||
const int | PERCENTAGE_OF_PARENT_ROW_TOTAL | |
Represents percentage of parent row total dispaly format. | ||
const int | PERCENTAGE_OF_PARENT_COLUMN_TOTAL | |
Represents percentage of parent column total dispaly format. | ||
const int | PERCENTAGE_OF_PARENT_TOTAL | |
Represents percentage of parent total dispaly format. | ||
const int | PERCENTAGE_OF_RUNNING_TOTAL_IN | |
Represents percentage of running total in dispaly format. | ||
const int | RANK_SMALLEST_TO_LARGEST | |
Represents smallest to largest dispaly format. | ||
const int | RANK_LARGEST_TO_SMALLEST | |
Represents largest to smallest dispaly format. |
Field Detail |
---|
NORMAL | |
const int NORMAL |
DIFFERENCE_FROM | |
const int DIFFERENCE_FROM |
PERCENTAGE_OF | |
const int PERCENTAGE_OF |
PERCENTAGE_DIFFERENCE_FROM | |
const int PERCENTAGE_DIFFERENCE_FROM |
RUNNING_TOTAL_IN | |
const int RUNNING_TOTAL_IN |
PERCENTAGE_OF_ROW | |
const int PERCENTAGE_OF_ROW |
PERCENTAGE_OF_COLUMN | |
const int PERCENTAGE_OF_COLUMN |
PERCENTAGE_OF_TOTAL | |
const int PERCENTAGE_OF_TOTAL |
INDEX | |
const int INDEX |
PERCENTAGE_OF_PARENT_ROW_TOTAL | |
const int PERCENTAGE_OF_PARENT_ROW_TOTAL |
PERCENTAGE_OF_PARENT_COLUMN_TOTAL | |
const int PERCENTAGE_OF_PARENT_COLUMN_TOTAL |
PERCENTAGE_OF_PARENT_TOTAL | |
const int PERCENTAGE_OF_PARENT_TOTAL |
PERCENTAGE_OF_RUNNING_TOTAL_IN | |
const int PERCENTAGE_OF_RUNNING_TOTAL_IN |
RANK_SMALLEST_TO_LARGEST | |
const int RANK_SMALLEST_TO_LARGEST |
RANK_LARGEST_TO_SMALLEST | |
const int RANK_LARGEST_TO_SMALLEST |