PivotValueType

Description

The PivotValueType enumeration contains formats of data representation in the table.

It is used by the IPivot.ValueType property.

Available Values

Value Brief description
0 Absolute. Absolute values.
1 Percentage. Percent (to a sum in a table, a row, a column).
2 Change. A change (by a row, a column).

(Data is presented by rows)
3 Growth. Growth in percentage (by a row, a column).

(Data is presented by rows)
4 GrowthRate. Increase in percentage (by a row, a column).

(Data is presented by rows)

See also:

Pivot Assembly Enumerations