Assembly: Ms;
The IMsCompositeFormulaTermSet interface contains properties and methods that are used to work with a set of composite terms.
IMsCompositeFormulaTermSet
Property name | Brief description | |
Included | The Included property determines whether this set is used in calculations. | |
InitValue | The InitValue property determines initial value of a composite term. | |
SingleTerm | The SingleTerm property returns leading composite term in the set. |
Property name | Brief description | |
Count | The Count property returns the number of composite terms. | |
IncludedCount | The IncludedCount property returns the number of composite terms used in formula. | |
Item | The Item property returns composite term. |
Method name | Brief description | |
Add | The Add method creates a composite term. | |
Clear | The Clear method clears the list of composite terms. | |
IndexOf | The IndexOf method returns the index of a composite term in the list. | |
Remove | The Remove method removes composite term. |
See also: