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 method sets value for the element defined by 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