IEaxDataAreaValidations.Item

Syntax

Item(Index: Integer): IEaxDataAreaValidation;

Parameters

Index. Validation rule index.

Description

The Item property returns validation rule by its index.

Comments

To get validation rule index, use IEaxDataAreaValidations.IndexOf.

Example

The property use is given in the example for IEaxDataAreaValidationChain.Move.

See also:

IEaxDataAreaValidations