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

    Parameters

    text
    A System.String that contains formula.

    Return Value

    A SyntaxNode populated from the string that contains formula.
    See Also