RecalcEngine.TryGetValue(String, FormulaValue) Method
Definition
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.
Try to get the current value of a formula.
public bool TryGetValue(string name, out Microsoft.PowerFx.Types.FormulaValue value);
member this.TryGetValue : string * FormulaValue -> bool
Public Function TryGetValue (name As String, ByRef value As FormulaValue) As Boolean
Parameters
- name
- String
- value
- FormulaValue