IMsFormulaInfoList

Assembly: Ms;

Description

The IMsFormulaInfoList interface is used to work with the collection containing information about the formulas used for calculation.

Inheritance Hierarchy

          IMsFormulaInfoList

Comments

The collection can be obtained after the calculation using the IMsProblemCalculation.GetFormulaInfo method.

Properties

  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.

Methods

  Method name Brief description
Add The Add method adds a record with information about the formula used for calculation to the collection.

See also:

Ms Assembly Interfaces