public static FormulaSyntaxTree Parse( java.lang.String text, ParseContext context ) |
Parameters
- text
- A @code:string that contains formula.
- context
- A @code:ParseContext that specifies base row, base columnand R1C1 reference style.
Return Value
A @code:FormulaSyntaxTree populated from the @code:string thatcontains formula.