public static SyntaxNode 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 SyntaxNode populated from the string that contains formula.