Assembly: Ms;
The IMsFormulaInfoList interface is used to work with the collection containing information about the formulas used for calculation.
IMsFormulaInfoList
The collection can be obtained after the calculation using the IMsProblemCalculation.GetFormulaInfo method.
Property name | Brief description | |
Count | The Count property returns the number of formulas used for calculation. | |
Item | The Item property returns information about the formula used for calculation. |
Method name | Brief description | |
Add | The Add method adds a record with information about the formula used for calculation to the collection. |
See also: