# GrapeCity.Documents.Excel.Expressions.NameNode

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Expressions_NameNode" data-uid="GrapeCity.Documents.Excel.Expressions.NameNode" class="text-break">NameNode Class
</h1>
  <div class="markdown level0 summary"><p>Represents a name 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"><span class="xref">NameNode</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_NameNode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class NameNode : TerminalNode, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class NameNode
    Inherits TerminalNode
    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_NameNode__ctor_System_String_" data-uid="GrapeCity.Documents.Excel.Expressions.NameNode.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.NameNode.-ctor.html#GrapeCity_Documents_Excel_Expressions_NameNode__ctor_System_String_">NameNode(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.Expressions.NameNode.html">NameNode</a> from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_NameNode__ctor_System_String_GrapeCity_Documents_Excel_Expressions_WorkbookReference_System_String_System_String_" data-uid="GrapeCity.Documents.Excel.Expressions.NameNode.#ctor(System.String,GrapeCity.Documents.Excel.Expressions.WorkbookReference,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.NameNode.-ctor.html#GrapeCity_Documents_Excel_Expressions_NameNode__ctor_System_String_GrapeCity_Documents_Excel_Expressions_WorkbookReference_System_String_System_String_">NameNode(string, WorkbookReference, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.Expressions.NameNode.html">NameNode</a> from a range of sheets of the specified workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_NameNode__ctor_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Excel.Expressions.NameNode.#ctor(System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.NameNode.-ctor.html#GrapeCity_Documents_Excel_Expressions_NameNode__ctor_System_String_System_String_System_String_">NameNode(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.Expressions.NameNode.html">NameNode</a> from a range of sheets.</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_NameNode_LastWorksheetName" data-uid="GrapeCity.Documents.Excel.Expressions.NameNode.LastWorksheetName">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.NameNode.LastWorksheetName.html#GrapeCity_Documents_Excel_Expressions_NameNode_LastWorksheetName">LastWorksheetName</a>
        </td>
        <td class="markdown level1 summary"><p>If the name represents a range of worksheets,
represents the worksheet at the end of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_NameNode_Name" data-uid="GrapeCity.Documents.Excel.Expressions.NameNode.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.NameNode.Name.html#GrapeCity_Documents_Excel_Expressions_NameNode_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>The short name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_NameNode_Workbook" data-uid="GrapeCity.Documents.Excel.Expressions.NameNode.Workbook">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.NameNode.Workbook.html#GrapeCity_Documents_Excel_Expressions_NameNode_Workbook">Workbook</a>
        </td>
        <td class="markdown level1 summary"><p>The external workbook reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_NameNode_WorksheetName" data-uid="GrapeCity.Documents.Excel.Expressions.NameNode.WorksheetName">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.NameNode.WorksheetName.html#GrapeCity_Documents_Excel_Expressions_NameNode_WorksheetName">WorksheetName</a>
        </td>
        <td class="markdown level1 summary"><p>The worksheet of the name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
