Freigeben über


RecalcEngine.TryGetValue(String, FormulaValue) Method

Definition

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

Returns

Applies to