[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.OperatorNode.-ctor

OperatorNode Constructor

OperatorNode(OperatorKind)

Creates a new OperatorNode from the type of the operator.

This constructor initializes the node with the specified OperatorKind.

Declaration
public OperatorNode(OperatorKind kind)
Public Sub New(kind As OperatorKind)
Parameters
Type Name Description
OperatorKind kind

The type of the operator.