The following tables list the members exposed by ICalculationFormula.
Name | Description | |
---|---|---|
BaseReference | Base reference associated with the formula. | |
FormulaString | Returns the string representing the formula. | |
HasAlwaysDirty | Returns whether the formula contains an always dirty function. | |
HasSyntaxError | Returns true if the formula has a syntax error. Formulas with syntax errors can not be added to the calc-network. | |
References | Retuns a collection of references contained in the formula token string | |
SyntaxError | Syntax error message. Returns null if the formula has no syntax errors, as would be indicated by HasSyntaxError method. |
Name | Description | |
---|---|---|
Evaluate | Evaluate the compiled expression against the given base reference |