Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / FormulaSyntaxTree Class / setRoot Method
In This Topic
    setRoot Method
    In This Topic
    Sets the root element of the syntax tree for this formula.

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

    Syntax
    public void setRoot( 
       SyntaxNode value
    )

    Parameters

    value
    See Also