# GrapeCity.Documents.Excel.Expressions.FunctionNode

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Expressions_FunctionNode" data-uid="GrapeCity.Documents.Excel.Expressions.FunctionNode" class="text-break">FunctionNode Class
</h1>
  <div class="markdown level0 summary"><p>Represents a function invocation expression 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.NonTerminalNode.html">NonTerminalNode</a></div>
    <div class="level3"><span class="xref">FunctionNode</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_FunctionNode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FunctionNode : NonTerminalNode, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FunctionNode
    Inherits NonTerminalNode
    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_FunctionNode__ctor_System_String_" data-uid="GrapeCity.Documents.Excel.Expressions.FunctionNode.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FunctionNode.-ctor.html#GrapeCity_Documents_Excel_Expressions_FunctionNode__ctor_System_String_">FunctionNode(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FunctionNode.html">FunctionNode</a> a function name.</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_FunctionNode_Name" data-uid="GrapeCity.Documents.Excel.Expressions.FunctionNode.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FunctionNode.Name.html#GrapeCity_Documents_Excel_Expressions_FunctionNode_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>The name of the function.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
