Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsFormulaGenIterator interface is used to work with iterator by formulas used in different calculation points.
IMsFormulaGenIterator
Property name | Brief description | |
The Expression property returns expression of the formula used for calculation. | ||
The InstancesIterator property returns iterator by single points, in which calculation by formula was executed. |
Method name | Brief description | |
The Eofmethod returns whether the cursor is on the last record in the iterator. | ||
The Next method moves to the next record in the iterator. | ||
The Reset method resets iterator and moves the cursor to the first record in the iterator. |
See also: