ICalcAlgorithm.MoveObject

Syntax

MoveObject(Source: ICalcObject, Target: ICalcObject);

None;

Parameters

Source. Calculation algorithm object to be moved.

Target. Calculation algorithm object, which place will be occupied by the specified object.

Description

The MoveObject method reorders calculation algorithm objects.

See also:

ICalcAlgorithm