Version

IUltraCalcFormula Interface Properties

For a list of all members of this type, see IUltraCalcFormula members.

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.  
See Also