RecalcEngine Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds a set of Power Fx variables and formulas. Formulas are recalculated when their dependent variables change.
public sealed class RecalcEngine : Microsoft.PowerFx.Engine
type RecalcEngine = class
inherit Engine
Public NotInheritable Class RecalcEngine
Inherits Engine
- Inheritance
Recalc |
Initializes a new instance of the RecalcEngine class. Create a new power fx engine. |
Recalc |
Config |
Configuration symbols for this Power Fx engine. (Inherited from Engine) |
Engine |
|
Function |
Get all functions from the config and symbol tables. (Inherited from Engine) |
Supported |
Builtin functions supported by this engine. (Inherited from Engine) |
Create |
A scope is the context for a specific formula bar. This will accept the text from the formula bar (editor), use the additional parameters here, and then call Engine.Check(). |
Product | Versions |
---|---|
Power Fx SDK | Latest |