Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.17 KB

Excel.PivotTable.VisualTotalsForSets.md

File metadata and controls

42 lines (23 loc) · 1.17 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.VisualTotalsForSets property (Excel)
vbaxl10.chm235200
vbaxl10.chm235200
Excel.PivotTable.VisualTotalsForSets
c4a01954-ab23-433b-1e82-8450e752251f
05/09/2019
medium

PivotTable.VisualTotalsForSets property (Excel)

Returns or sets whether to include filtered items in the totals of named sets for the specified PivotTable. Read/write.

Syntax

expression.VisualTotalsForSets

expression A variable that represents a PivotTable object.

Return value

Boolean

Remarks

True if filtered items are included in the totals for named sets; otherwise, False. The default value of this property is False.

In a PivotTable based on an OLAP data source, you can configure whether totals for named sets in the PivotTable will include items that have been filtered.

The setting of the VisualTotalsForSets property corresponds to the Include filtered items in set totals check box on the Totals & Filters tab of the PivotTable Options dialog box.

[!includeSupport and feedback]