Assembly: Ms;
The IMsFormulaGenIterator interface is used to work with iterator by formulas used in different calculation points.
IMsFormulaGenIterator
| Property name | Brief description | |
| Expression | The Expression property returns expression of the formula used for calculation. | |
| InstancesIterator | The InstancesIterator property returns iterator by single points, in which calculation by formula was executed. |
| 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: