Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / LogicalNode Class / LogicalNode Constructor
The boolean value.
In This Topic
    LogicalNode Constructor
    In This Topic
    Creates a new LogicalNode from System.Boolean.
    Syntax
    public LogicalNode( 
       System.bool value
    )

    Parameters

    value
    The boolean value.
    See Also