Assembly: Algo;
The IAlgoFindFormulaResults interface is used to work with the collection of formula search results.
IAlgoFindFormulaResults
Formulas are searched using the ICalcAlgorithm.FindFormulas method.
| 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. |
| 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: