public static FormulaSyntaxTree Parse( System.string text, ParseContext context )
Parameters
- text
- A System.String that contains formula.
- context
- A ParseContext that specifies base row, base column and R1C1 reference style.
Return Value
A FormulaSyntaxTree populated from the System.String that contains formula.