Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / OperatorNode Class / OperatorNode Constructor
The type of the operator.
In This Topic
    OperatorNode Constructor
    In This Topic
    Creates a new OperatorNode from the type of the operator.
    Syntax
    public OperatorNode( 
       OperatorKind kind
    )

    Parameters

    kind
    The type of the operator.
    See Also