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

In This Topic
    SyntaxNode Class Members
    In This Topic

    The following tables list the members exposed by SyntaxNode.

    Public Properties
     NameDescription
    Public Property Gets children of a non-terminal node. Elements are not nullable.  
    Top
    Public Methods
     NameDescription
    Public Method Clones the syntax node if the node is mutable.  
    Public MethodChecks whether the SyntaxNode 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. Loads a SyntaxNode from a string that contains formula, optionally specifying context.  
    Public MethodOverloaded.  Returns the formula text for this node, optionally specifying context.  
    Top
    See Also