Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / FormulaSyntaxTree Class
Methods

In This Topic
    FormulaSyntaxTree Class Members
    In This Topic

    The following tables list the members exposed by FormulaSyntaxTree.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a copy of the @code:FormulaSyntaxTree instance.  
    Public MethodDetermines whether the current FormulaSyntaxTree object is equal to another object.  
    Public MethodGets the root element of the syntax tree for this formula.  
    Public MethodReturns the hash code for the FormulaSyntaxTree object.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a new @code:FormulaSyntaxTree from a @code:string.  
    Public MethodSets the root element of the syntax tree for this formula.

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

     
    Public MethodOverloaded. Returns the text for this formula.  
    Top
    See Also