FormulaEngine Methods
An object that provides the capability to calculate and parse worksheet formulas.Name | Description |
---|---|
Evaluate(String, ExpressionContext) | Evaluates the specified formula using the specified context. |
Evaluate(String) | Evaluates the specified formula using default context. |
Parse(String, ExpressionContext) | Parses the specified formula in the specified context. |
Parse(String) | Parses the specified formula using the default context. |
See Also