Enum PivotValueDisplayType

Stay organized with collections Save and categorize content based on your preferences.
PivotValueDisplayType

An enumeration of ways to display a pivot value as a function of another value.

Properties

PropertyTypeDescription
DEFAULTEnumDefault. Displays pivot values as the actual value and not as a function of another value.
PERCENT_OF_ROW_TOTALEnumDisplays pivot values as a percent of the total for that row.
PERCENT_OF_COLUMN_TOTALEnumDisplays pivot values as a percent of the total for that column.
PERCENT_OF_GRAND_TOTALEnumDisplays pivot values as a percent of the grand total.