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

In This Topic
    OperatorNode Class Members
    In This Topic

    The following tables list the members exposed by OperatorNode.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new OperatorNode from the type of the operator.  
    Top
    Public Properties
     NameDescription
    Public Property Gets children of a non-terminal node. (Inherited from GrapeCity.Documents.Excel.Expressions.NonTerminalNode)
    Public Property The type of the operator.  
    Top
    Public Methods
     NameDescription
    Public Method Clones the syntax node if the node is mutable. (Inherited from GrapeCity.Documents.Excel.Expressions.SyntaxNode)
    Public MethodChecks whether the SyntaxNode equal to another. (Inherited from GrapeCity.Documents.Excel.Expressions.SyntaxNode)
    Public Method This object doesn't support getting hash code, because all fields are mutable. (Inherited from GrapeCity.Documents.Excel.Expressions.SyntaxNode)
    Public MethodOverloaded.  Returns the formula text for this node, optionally specifying context. (Inherited from GrapeCity.Documents.Excel.Expressions.SyntaxNode)
    Top
    See Also