Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / FormulaSyntaxTree Class / getRoot Method
In This Topic
    getRoot Method
    In This Topic
    Gets the root element of the syntax tree for this formula.
    Syntax
    public SyntaxNode getRoot()

    Return Value

    The root @code:SyntaxNode of the formula syntax tree.
    See Also