Version

IUltraCalcFormula Interface Members

The following tables list the members exposed by IUltraCalcFormula.

Public Properties
 NameDescription
 PropertyBaseReferenceBase reference associated with the formula.  
 PropertyFormulaStringReturns the string representing the formula.  
 PropertyHasAlwaysDirtyReturns whether the formula contains an always dirty function.  
 PropertyHasSyntaxErrorReturns true if the formula has a syntax error. Formulas with syntax errors can not be added to the calc-network.  
 PropertyReferencesRetuns a collection of references contained in the formula token string  
 PropertySyntaxErrorSyntax error message. Returns null if the formula has no syntax errors, as would be indicated by HasSyntaxError method.  
Public Methods
 NameDescription
 MethodEvaluateEvaluate the compiled expression against the given base reference  
 MethodGetTokensReturns an array of formula tokens in pre-fix form, called Reverse Polish Notation.  
See Also