Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / FormulaSyntaxTree Class / Parse Method / Parse(String) Method
A System.String that contains formula.
In This Topic
    Parse(String) Method
    In This Topic
    Creates a new FormulaSyntaxTree from a System.String.
    Syntax
    public static FormulaSyntaxTree Parse( 
       System.string text
    )

    Parameters

    text
    A System.String that contains formula.

    Return Value

    A FormulaSyntaxTree populated from the System.String that contains formula.
    See Also