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 | |
![]() |
Index | The Index property returns index of operand position in the formula. |
![]() |
Kind | The Kind property returns operand type. |
![]() |
Text | The Text property returns text representation of operand. |
| Method name | Brief description | |
![]() |
CreateCopy | The CreateCopy property creates an operand copy. |
See also: