IPivotFilterSettings.SupressZeros

Fore Syntax

SupressZeros: Boolean;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IPivotFilterSettings