Ms > Ms Assembly Interfaces > IMsFormulaTermSet
The IMsFormulaTermSet interface contains properties and methods used to work with a set of terms.
Property name | Brief description | |
![]() |
The SingleTerm property determines the leading term in the set. |
Property name | Brief description | |
![]() |
The Count property returns the number of terms in the set. | |
![]() |
The Item property returns the term. |
Method name | Brief description | |
![]() |
The Add method adds a new term to the set. | |
![]() |
The Clear method clears the set 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 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: