InsertItem(Value: IMDCalculationFormulaOperand; [Index: Integer = -1]): IMDCalculationFormulaOperand;
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.
The InsertItem method inserts the specified operand to formula expression.
The method use is given in the example for IMDCalculationFormulaExpression.CreateItem.
See also: