IPivotEvaluatorTotals.OverallTotal

Syntax

OverallTotal: Boolean;

Description

The OverallTotal property determines whether grand total is calculated.

Comments

If the property is set to True, the grand total by table is displayed on displaying of totals. If the property is set to False, the totals are displayed without the grand total.

The property is set to True by default.

Example

The property use is given in description of the IPivotEvaluatorTotals.LevelTotals property.

See also:

IPivotEvaluatorTotals