IPivotFilterSettings.SupressZeros

Syntax

SupressZeros: Boolean;

Description

The SuppressZeros property determines whether cells with zero values are filtered.

Comments

Available values:

To use the property, it is required that the IPivotFilterSettings.Enabled property is set to True.

Example

The property use is given in the example for IPivotFilterSettings.SupressEmpty.

See also:

IPivotFilterSettings