Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / FormulaSyntaxTree Class / Parse Method / Parse(String,ParseContext) Method
A System.String that contains formula.
A ParseContext that specifies base row, base column and R1C1 reference style.
In This Topic
    Parse(String,ParseContext) Method
    In This Topic
    Creates a new FormulaSyntaxTree from a System.String.
    Syntax
    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.
    See Also