# GrapeCity.Documents.Excel.Expressions.LogicalNode

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Expressions_LogicalNode" data-uid="GrapeCity.Documents.Excel.Expressions.LogicalNode" class="text-break">LogicalNode Class
</h1>
  <div class="markdown level0 summary"><p>Represents a logical literal node in the syntax tree.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Excel.Expressions.SyntaxNode.html">SyntaxNode</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Excel.Expressions.TerminalNode.html">TerminalNode</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.Documents.Excel.Expressions.ConstNode.html">ConstNode</a></div>
    <div class="level4"><span class="xref">LogicalNode</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Expressions.html">GrapeCity.Documents.Excel.Expressions</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Expressions_LogicalNode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LogicalNode : ConstNode, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LogicalNode
    Inherits ConstNode
    Implements ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_LogicalNode__ctor_System_Boolean_" data-uid="GrapeCity.Documents.Excel.Expressions.LogicalNode.#ctor(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.LogicalNode.-ctor.html#GrapeCity_Documents_Excel_Expressions_LogicalNode__ctor_System_Boolean_">LogicalNode(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.Expressions.LogicalNode.html">LogicalNode</a> from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_LogicalNode_Value" data-uid="GrapeCity.Documents.Excel.Expressions.LogicalNode.Value">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.LogicalNode.Value.html#GrapeCity_Documents_Excel_Expressions_LogicalNode_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>The value of this node.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
