# GrapeCity.Documents.Excel.Expressions.TextNode

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Expressions_TextNode" data-uid="GrapeCity.Documents.Excel.Expressions.TextNode" class="text-break">TextNode Class
</h1>
  <div class="markdown level0 summary"><p>Represents a string 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">TextNode</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_TextNode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextNode : ConstNode, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TextNode
    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_TextNode__ctor_System_String_" data-uid="GrapeCity.Documents.Excel.Expressions.TextNode.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.TextNode.-ctor.html#GrapeCity_Documents_Excel_Expressions_TextNode__ctor_System_String_">TextNode(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.Expressions.TextNode.html">TextNode</a> from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</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_TextNode_Value" data-uid="GrapeCity.Documents.Excel.Expressions.TextNode.Value">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.TextNode.Value.html#GrapeCity_Documents_Excel_Expressions_TextNode_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>The text of this node.
The value can't be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> (<code>Nothing</code>).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
