RecalcEngine.TryGetVariableType(String, FormulaType) 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.
public bool TryGetVariableType(string name, out Microsoft.PowerFx.Types.FormulaType type);
member this.TryGetVariableType : string * FormulaType -> bool
Public Function TryGetVariableType (name As String, ByRef type As FormulaType) As Boolean
Parameters
- name
- String
- type
- FormulaType