Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / FormulaSyntaxTree Class / Root Property
In This Topic
    Root Property
    In This Topic
    Gets the root element of the syntax tree for this formula.
    Syntax
    public SyntaxNode Root {get; set;}

    Property Value

    The root SyntaxNode of the formula syntax tree.
    See Also