PivotValueFormat

Description

The PivotValueFormat enumeration contains formats of values view in the table.

It is used by the following property:

Available Values

Value Brief description
0 Absolute. Absolute values.
1 Percentage. Percent (to a sum in a table, a row, a column).
2 Rank. Descending ranking (in table, row, column).
3 ReverseRank. Ascending ranking (in table, row, column).
4 Change. A change (by a row, a column).
5 Growth. Growth in percentage (by a row, a column).
6 GrowthRate. Increase in percentage (by a row, a column).

See also:

Pivot Assembly Enumerations