[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.OperatorNode

OperatorNode Class

Represents an operator invocation expression in the syntax tree.

Inheritance
OperatorNode
Implements
Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: DS.Documents.Excel.dll
Syntax
public class OperatorNode : NonTerminalNode, ICloneable
Public Class OperatorNode
    Inherits NonTerminalNode
    Implements ICloneable

Constructors

Name Description
OperatorNode(OperatorKind)

Creates a new OperatorNode from the type of the operator.

Properties

Name Description
Kind

The type of the operator.