IPivotFilterAttributeLink.IsValid

Fore Syntax

IsValid: Boolean;

Fore.NET Syntax

IsValid: boolean;

Description

The IsValid property returns if attributes link works.

Comments

The property returns True if attributes are linked, and False if attributes cannot be linked according to the set values of properties.

Example

The example of use is given in description of the IPivotFilterAttributeLinks.Add method.

See also:

IPivotFilterAttributeLink