IAlgoFindFormulaResults

Assembly: Algo;

Description

The IAlgoFindFormulaResults interface is used to work with the collection of formula search results.

Inheritance Hierarchy

IAlgoFindFormulaResults

Comments

Formulas are searched using the ICalcAlgorithm.FindFormulas method.

Properties

  Property name Brief description
Count The Count property returns the number of formula search results.
Item The Item property returns the search result with the specified index.

Methods

  Method name Brief description
AddBlock The AddBlock method adds a block that uses the searched term to the collection.
AddBranch The AddBranch method adds a branch that uses the searched term to the collection.

See also:

Algo Assembly Interfaces