Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / OperatorNode Class / OperatorNode Constructor
The type of the operator.
In This Topic
    OperatorNode Constructor
    In This Topic
    Creates a new @code:OperatorNode from the type of the operator.
    Syntax
    public OperatorNode( 
       OperatorKind kind
    )

    Parameters

    kind
    The type of the operator.
    See Also