IPivotFilterSettings.UseCondition

Fore Syntax

UseCondition: Boolean;

Fore.NET Syntax

UseCondition: boolean;

Description

The UseCondition property determines whether data filtering by condition is used in table.

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.ConditionType.

See also:

IPivotFilterSettings