# FarPoint.Web.Spread.Model.ICalculationSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_ICalculationSupport" data-uid="FarPoint.Web.Spread.Model.ICalculationSupport" class="text-break">ICalculationSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports recalculation of formulas in the cells
in the data model.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Model.html">FarPoint.Web.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Model_ICalculationSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICalculationSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICalculationSupport</code></pre>
  </div>
  <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_Model_ICalculationSupport_AutoCalculation" data-uid="FarPoint.Web.Spread.Model.ICalculationSupport.AutoCalculation">
          <a class="xref" href="FarPoint.Web.Spread.Model.ICalculationSupport.AutoCalculation.html#FarPoint_Web_Spread_Model_ICalculationSupport_AutoCalculation">AutoCalculation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control automatically recalculates each
formula in the sheet when the contents of dependent cells change.</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_Model_ICalculationSupport_Recalculate" data-uid="FarPoint.Web.Spread.Model.ICalculationSupport.Recalculate">
          <a class="xref" href="FarPoint.Web.Spread.Model.ICalculationSupport.Recalculate.html#FarPoint_Web_Spread_Model_ICalculationSupport_Recalculate">Recalculate()</a>
        </td>
        <td class="markdown level1 summary"><p>Evaluates the formulas in the sheet that have changed since the last calculation cycle.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ICalculationSupport_RecalculateAll" data-uid="FarPoint.Web.Spread.Model.ICalculationSupport.RecalculateAll">
          <a class="xref" href="FarPoint.Web.Spread.Model.ICalculationSupport.RecalculateAll.html#FarPoint_Web_Spread_Model_ICalculationSupport_RecalculateAll">RecalculateAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Evaluates all the formulas in the sheet (including those that have not changed
since the last calculation cycle).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
