The IMDCalculationFormulaOperand interface contains basic properties and methods of operand of the formula, by which calculation is executed.
To determine operand parameters according to value of the Kind property, cast a variable containing an operand to the appropriate interface:
Property name | Brief description | |
The Index property returns index of operand position in the formula. | ||
The Kind property returns operand type. | ||
The Text property returns text representation of operand. |
Method name | Brief description | |
The CreateCopy property creates an operand copy. |
See also: