IMDCalculationFormulaExpression.CopyTo

Syntax

CopyTo(Value: IMDCalculationFormulaExpression; [Index: Integer = -1]);

Parameters

Value - formula expression, to which the current expression must be copied.

Index - optional parameter that determines a position of the current expression insert. The expression is inserted at the end of the Value expression by default.

Description

The CopyTo method copies the current formula expression passed by the Value parameter.

See also:

IMDCalculationFormulaExpression