IPivotEvaluatorTotals.Enabled

Syntax

Enabled: Boolean;

Description

The Enabled property determines whether totals are calculated in a table.

Comments

If the property is set to True, totals are calculated in the table that are specified in the ColumnTypes, HierarchyTotals, LevelTotals, RowTypes properties, or added to the collection using the Add method. If the Enabled property is set to False, totals are not calculated, their parameters are not reset.

The property is set to True by default.

See also:

IPivotEvaluatorTotals