Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsFormulaGenInstanceIterator interface is used to work with iterator by the single points, in which calculation by formula was executed.
IMsFormulaGenInstanceIterator
The iterator by single points can be obtained using the IMsFormulaGenerator.InstancesIterator property.
Property name | Brief description | |
The LeftPart property returns the term containing information about calculation point. | ||
The Operands property returns the iterator containing information about formula operands used in the calculation point. |
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: