IMsFormulaTransformSlices

Description

The IMsFormulaTransformSlices interface contains properties and methods used to work with the collection of variable slices.

Properties

  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.

Methods

  Method name Brief description

Add

The Add method creates a variable slice.

FindById

The FindById method searches a variable slice based on a specified identifier.

FindByKey

The FindByKey method searches a variable slice based on a specified key.

IndexOf

The IndexOf method returns the slice index in collection.

MoveTo

The MoveTo method moves the slice to the specified collection.

See also:

Ms Assembly Interfaces