IPivotInsteadOwnerTotalsSettings.TotalType

Syntax

TotalType: PivotEvaluatorElementType;

Description

The TotalType property determines a type of totals that are displayed in the parent element row.

Comments

As a value of this parameter, set a decimal corresponding to the type of totals applied in this table. Values of totals that can be calculated are contained in the PivotEvaluatorElementType enumeration.

Example

The property use is given in the example for IPivotInsteadOwnerTotalsSettings.OverallTotal.

See also:

IPivotInsteadOwnerTotalsSettings