Enum PivotValueDisplayType

PivotValueDisplayType

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

To call an enum, you call its parent class, name, and property. For example, SpreadsheetApp.PivotValueDisplayType.PERCENT_OF_ROW_TOTAL.

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.