IMDCalculationFormulaExpression.InsertItem

Syntax

InsertItem(Value: IMDCalculationFormulaOperand; [Index: Integer = -1]): IMDCalculationFormulaOperand;

Parameters

Value. The operand that should be inserted to formula expression.

Index. Optional parameter that determines the position of operand insert. Operands are inserted at the end of expression by default.

Description

The InsertItem method inserts the specified operand to formula expression.

Example

The method use is given in the example for IMDCalculationFormulaExpression.CreateItem.

See also:

IMDCalculationFormulaExpression