IValidationSelectionValueList.Item

Syntax

Item(Index: Integer): IValidationSelectionValue;

Parameters

Index. Selection index in the set.

Description

The Item property returns determined selection from the set.

Comments

Selection indexing in the set is continuous and starts with zero. To get the number of selections in the set, use the IValidationSelectionValueList.Item property.

See also:

IValidationSelectionValueList