IPivotFilterSettings.SupressNoNumeric

Fore Syntax

SupressNoNumeric: Boolean;

Fore.NET Syntax

SupressNoNumeric: boolean;

Description

The SuppressNoNumeric property determines whether cells with non-numeric values are filtered.

Comments

Available values:

The property is relevant if 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