The IMsFormulaTransformSlices interface contains properties and methods used to work with the collection of variable slices.
| Property name | Brief description | |
| Count | The Count property returns the number of slices in the collection. | |
| Item | The Item property returns the variable slice, index of which is passed by the Index parameter. |
| Method name | Brief description | |
| The Add method creates a variable slice. | ||
| Outdated. The AddFromFactor method is not implemented and is outdated. | ||
| The FindById method searches a variable slice based on a specified identifier. | ||
| The FindByKey method searches a variable slice based on a specified key. | ||
| The IndexOf method returns the slice index in collection. | ||
| The MoveTo method moves the slice to the specified collection. |
See also: