IMatrix.SetValueBySelection

Fore Syntax

SetValueBySelection(Selection: IDimSelectionSet; Value: Variant);

Fore.NET Syntax

SetValueBySelection(Selection: Prognoz.Platform.Interop.Dimensions.IDimSelectionSet; Value: object);

Parameters

Selection. Selection that sets changed element.

Value. New element value.

Description

The SetValueBySelection property determines a value for the element that is set by the selection.

Comments

Element value can be string or numeric.

Fore and Fore.NET Examples

The property use is given in the example for IRubricatorFactorExecutor.UseDeduplication.

See also:

IMatrix