[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.LogicalNode

LogicalNode Class

Represents a logical literal node in the syntax tree.

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

Constructors

Name Description
LogicalNode(bool)

Creates a new LogicalNode from bool.

Properties

Name Description
Value

The value of this node.