# FarPoint.Web.Spread.FormulaEntryCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_FormulaEntryCollection" data-uid="FarPoint.Web.Spread.FormulaEntryCollection" class="text-break">FormulaEntryCollection Class
</h1>
  <div class="markdown level0 summary"><p>Contains all formula controls for the extender control.</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="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">FormulaEntryCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <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_FormulaEntryCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FormulaEntryCollection : CollectionBase, IList, ICollection, IEnumerable, IStateManager</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FormulaEntryCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable, 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_FormulaEntryCollection__ctor" data-uid="FarPoint.Web.Spread.FormulaEntryCollection.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntryCollection.-ctor.html#FarPoint_Web_Spread_FormulaEntryCollection__ctor">FormulaEntryCollection()</a>
        </td>
        <td class="markdown level1 summary"></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_FormulaEntryCollection_IsTrackingViewState" data-uid="FarPoint.Web.Spread.FormulaEntryCollection.IsTrackingViewState">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntryCollection.IsTrackingViewState.html#FarPoint_Web_Spread_FormulaEntryCollection_IsTrackingViewState">IsTrackingViewState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tracking state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FormulaEntryCollection_Item_System_Int32_" data-uid="FarPoint.Web.Spread.FormulaEntryCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntryCollection.Item.html#FarPoint_Web_Spread_FormulaEntryCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula entry at a specific position in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FormulaEntryCollection_ViewState" data-uid="FarPoint.Web.Spread.FormulaEntryCollection.ViewState">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntryCollection.ViewState.html#FarPoint_Web_Spread_FormulaEntryCollection_ViewState">ViewState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the stored view state.</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="FarPoint_Web_Spread_FormulaEntryCollection_Add_FarPoint_Web_Spread_FormulaEntry_" data-uid="FarPoint.Web.Spread.FormulaEntryCollection.Add(FarPoint.Web.Spread.FormulaEntry)">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntryCollection.Add.html#FarPoint_Web_Spread_FormulaEntryCollection_Add_FarPoint_Web_Spread_FormulaEntry_">Add(FormulaEntry)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new formula entry.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FormulaEntryCollection_LoadViewState_System_Object_" data-uid="FarPoint.Web.Spread.FormulaEntryCollection.LoadViewState(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntryCollection.LoadViewState.html#FarPoint_Web_Spread_FormulaEntryCollection_LoadViewState_System_Object_">LoadViewState(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the stored view state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FormulaEntryCollection_Remove_FarPoint_Web_Spread_FormulaEntry_" data-uid="FarPoint.Web.Spread.FormulaEntryCollection.Remove(FarPoint.Web.Spread.FormulaEntry)">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntryCollection.Remove.html#FarPoint_Web_Spread_FormulaEntryCollection_Remove_FarPoint_Web_Spread_FormulaEntry_">Remove(FormulaEntry)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the formula entry.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FormulaEntryCollection_SaveViewState" data-uid="FarPoint.Web.Spread.FormulaEntryCollection.SaveViewState">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntryCollection.SaveViewState.html#FarPoint_Web_Spread_FormulaEntryCollection_SaveViewState">SaveViewState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FormulaEntryCollection_TrackViewState" data-uid="FarPoint.Web.Spread.FormulaEntryCollection.TrackViewState">
          <a class="xref" href="FarPoint.Web.Spread.FormulaEntryCollection.TrackViewState.html#FarPoint_Web_Spread_FormulaEntryCollection_TrackViewState">TrackViewState()</a>
        </td>
        <td class="markdown level1 summary"><p>Tracks the view state.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
