# FarPoint.Win.Spread.Model.FormulaChangedType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_Model_FormulaChangedType" data-uid="FarPoint.Win.Spread.Model.FormulaChangedType" class="text-break">FormulaChangedType Enum
</h1>
  <div class="markdown level0 summary"><p>Provides information about change related to the formula of the IExpressionConsumer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Model.html">FarPoint.Win.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Model_FormulaChangedType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum FormulaChangedType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum FormulaChangedType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Model_FormulaChangedType_Data">Data</td>
        <td><p>Specifies that evaluated data of the formula in the IExpressionConsumer needs to be recalculated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_FormulaChangedType_Formula">Formula</td>
        <td><p>Specifies that formula text in the IExpressionConsumer needs to be changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_FormulaChangedType_Splitting">Splitting</td>
        <td><p>Specifies that the IExpressionConsumer has to get the RangeElement information from the IObjectExpressionSupport to successfully support the formula synchronizing action.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
