IMsFormulaGenInstanceIterator

Assembly: Ms;

Description

The IMsFormulaGenInstanceIterator interface is used to work with iterator by the single points, in which calculation by formula was executed.

Inheritance Hierarchy

          IMsFormulaGenInstanceIterator

Comments

To get iterator by single points, use the IMsFormulaGenerator.InstancesIterator property.

Properties

  Property name Brief description
ErrorText The ErrorText property returns text of the error occurred on formulas generation.
ErrorType The ErrorType property returns type of the error occurred on formula generation.
LeftPart The LeftPart property returns the term containing information about calculation point.
Operands The Operands property returns the iterator containing information about formula operands used in the calculation point.

Methods

  Method name Brief description
Eof The Next method determines whether the cursor is on the next record in the iterator.
Next The Next method moves to the next record in the iterator.
Reset The Reset method resets iterator and moves the cursor to the first record in the iterator.

See also:

Ms Assembly Interfaces