IValidationSelectionValueList.Add

Syntax

Add(Selection: IDimSelection): IValidationSelectionValue;

Parameters

Selection. Selection added to the set.

Description

The Add method adds the specified selection to the set.

Comments

To get the specified selection from the set, use the IValidationSelectionValueList.Item property.

Example

The method use is given in the example for IValidationCrossDatabase.Mappings.

See also:

IValidationSelectionValueList