[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.LogicalNode.-ctor

LogicalNode Constructor

LogicalNode(bool)

Creates a new LogicalNode from a boolean value.

This constructor initializes a logical literal node in the expression syntax tree with the specified constant value.

Declaration
public LogicalNode(bool value)
Public Sub New(value As Boolean)
Parameters
Type Name Description
bool value

The boolean value represented by this node.