Version

IExcelCalcFormula Interface Members

The following tables list the members exposed by IExcelCalcFormula.

Public Properties
 NameDescription
 PropertyBaseReferenceBase reference associated with the formula.  
 PropertyDynamicReferencesGets the collection of reference created during the last evaluation of the formula.  
 PropertyFormulaStringFormula string.  
 PropertyHasAlwaysDirtyReturns whether the formula contains an always dirty function.  
 PropertyReferencesRetuns a collection of references contained in the formula token string  
Public Methods
 NameDescription
 MethodAddDynamicReferenceAdds a reference created during the evaluation of the formula to the references of the formula.  
 MethodEvaluateEvaluate the compiled expression against the given base reference  
See Also