# FarPoint.Web.Spread.FormulaEntry

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_FormulaEntry" data-uid="FarPoint.Web.Spread.FormulaEntry" class="text-break">FormulaEntry Class
</h1>
  <div class="markdown level0 summary"><p>Stores the formula and target control id.</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="FarPoint.Web.Spread.StateManaged.html">StateManaged</a></div>
    <div class="level2"><span class="xref">FormulaEntry</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.istatemanager">IStateManager</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_FormulaEntry_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class FormulaEntry : StateManaged, IStateManager</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class FormulaEntry
    Inherits StateManaged
    Implements IStateManager</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="FarPoint_Web_Spread_FormulaEntry__ctor" data-uid="FarPoint.Web.Spread.FormulaEntry.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntry.-ctor.html#FarPoint_Web_Spread_FormulaEntry__ctor">FormulaEntry()</a>
        </td>
        <td class="markdown level1 summary"><p>Constructs the new formula control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FormulaEntry__ctor_System_String_System_String_" data-uid="FarPoint.Web.Spread.FormulaEntry.#ctor(System.String,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntry.-ctor.html#FarPoint_Web_Spread_FormulaEntry__ctor_System_String_System_String_">FormulaEntry(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the new formula control with the specified parameters.</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="FarPoint_Web_Spread_FormulaEntry_ControlID" data-uid="FarPoint.Web.Spread.FormulaEntry.ControlID">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntry.ControlID.html#FarPoint_Web_Spread_FormulaEntry_ControlID">ControlID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the target control ID.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FormulaEntry_Formula" data-uid="FarPoint.Web.Spread.FormulaEntry.Formula">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntry.Formula.html#FarPoint_Web_Spread_FormulaEntry_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula of the target control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
