Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsFormulaTermList interface is used to work with the collection of expression elements (terms).
IMsFormulaTermList
To work with element from collection, use the IMsFormulaTerm interface.
| Property name | Brief description | |
| The Count property returns the number of terms in the collection. | ||
| The Item property returns the term. | ||
| The UnitInfo property returns information about the measurement units of the term collection. |
| Method name | Brief description | |
| The Add method adds a new term to the collection. | ||
| The Cleanup method removes from collection terms that are not used in the model expression. | ||
| The Clear method clears the list of terms. | ||
| The FindByKey method searches for the term by the key. | ||
| The FindByTermText method returns the index of a term in the internal presentation. | ||
| The IndexOf method returns the term index in the list. | ||
| The MoveTo method moves a term within the collection. | ||
| The Refresh method refreshes a collection of terms. | ||
| The Remove method removes a term by the index. | ||
| The RemoveByKey method removes a term by the key. |
See also: