Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / FormulaSyntaxTree Class
Properties Methods

In This Topic
    FormulaSyntaxTree Class Members
    In This Topic

    The following tables list the members exposed by FormulaSyntaxTree.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FormulaSyntaxTree class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the root element of the syntax tree for this formula.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a copy of the FormulaSyntaxTree instance.  
    Public MethodChecks whether the FormulaSyntaxTree equal to another.  
    Public Method This object doesn't support getting hash code, because all fields are mutable.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a new FormulaSyntaxTree from a System.String.  
    Public MethodOverloaded.  Returns the text for this formula.  
    Top
    See Also