# GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree" data-uid="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree" class="text-break">FormulaSyntaxTree Class
</h1>
  <div class="markdown level0 summary"><p>Represents a formula.</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"><span class="xref">FormulaSyntaxTree</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_FormulaSyntaxTree_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FormulaSyntaxTree : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FormulaSyntaxTree
    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_FormulaSyntaxTree__ctor" data-uid="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.-ctor.html#GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree__ctor">FormulaSyntaxTree()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.html">FormulaSyntaxTree</a> class.</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_FormulaSyntaxTree_Root" data-uid="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Root">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Root.html#GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_Root">Root</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the root element of the syntax tree for this formula.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_FormulaSyntaxTree_Clone" data-uid="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Clone">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Clone.html#GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.html">FormulaSyntaxTree</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_Equals_System_Object_" data-uid="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Equals.html#GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether the <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.html">FormulaSyntaxTree</a> equal to another.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_GetHashCode" data-uid="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.GetHashCode.html#GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>This object doesn't support getting hash code, because all fields are mutable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_Parse_System_String_" data-uid="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Parse(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Parse.html#GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.html">FormulaSyntaxTree</a> from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_Parse_System_String_GrapeCity_Documents_Excel_Expressions_ParseContext_" data-uid="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Parse(System.String,GrapeCity.Documents.Excel.Expressions.ParseContext)">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Parse.html#GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_Parse_System_String_GrapeCity_Documents_Excel_Expressions_ParseContext_">Parse(string, ParseContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.html">FormulaSyntaxTree</a> from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_ToString" data-uid="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.ToString">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.ToString.html#GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the text for this formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_ToString_GrapeCity_Documents_Excel_Expressions_UnParseContext_" data-uid="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.ToString(GrapeCity.Documents.Excel.Expressions.UnParseContext)">
          <a class="xref" href="GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.ToString.html#GrapeCity_Documents_Excel_Expressions_FormulaSyntaxTree_ToString_GrapeCity_Documents_Excel_Expressions_UnParseContext_">ToString(UnParseContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the text for this formula, optionally specifies the formatting behavior.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
