# FarPoint.Web.Spread.Model.IExpressionConsumer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_IExpressionConsumer" data-uid="FarPoint.Web.Spread.Model.IExpressionConsumer" class="text-break">IExpressionConsumer Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports a class to bind its formulas to 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_IExpressionConsumer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExpressionConsumer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExpressionConsumer</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_IExpressionConsumer_FormulaCount" data-uid="FarPoint.Web.Spread.Model.IExpressionConsumer.FormulaCount">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionConsumer.FormulaCount.html#FarPoint_Web_Spread_Model_IExpressionConsumer_FormulaCount">FormulaCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formula count used by the consumer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionConsumer_ObjectExpressionProvider" data-uid="FarPoint.Web.Spread.Model.IExpressionConsumer.ObjectExpressionProvider">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionConsumer.ObjectExpressionProvider.html#FarPoint_Web_Spread_Model_IExpressionConsumer_ObjectExpressionProvider">ObjectExpressionProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets IObjectExpressionSupport to the IExpressionConsumer.</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_IExpressionConsumer_GetBaseColumn" data-uid="FarPoint.Web.Spread.Model.IExpressionConsumer.GetBaseColumn">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionConsumer.GetBaseColumn.html#FarPoint_Web_Spread_Model_IExpressionConsumer_GetBaseColumn">GetBaseColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the base column of the relative formula.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionConsumer_GetBaseRow" data-uid="FarPoint.Web.Spread.Model.IExpressionConsumer.GetBaseRow">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionConsumer.GetBaseRow.html#FarPoint_Web_Spread_Model_IExpressionConsumer_GetBaseRow">GetBaseRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the base row of the relative formula.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionConsumer_GetCellRanges" data-uid="FarPoint.Web.Spread.Model.IExpressionConsumer.GetCellRanges">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionConsumer.GetCellRanges.html#FarPoint_Web_Spread_Model_IExpressionConsumer_GetCellRanges">GetCellRanges()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell ranges where the object is in effect.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionConsumer_GetFormula_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IExpressionConsumer.GetFormula(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionConsumer.GetFormula.html#FarPoint_Web_Spread_Model_IExpressionConsumer_GetFormula_System_Int32_">GetFormula(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formula, as a string, of the object at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionConsumer_GetRestrictions_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IExpressionConsumer.GetRestrictions(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionConsumer.GetRestrictions.html#FarPoint_Web_Spread_Model_IExpressionConsumer_GetRestrictions_System_Int32_">GetRestrictions(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the restrictions of the formula at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionConsumer_NotifyChanged_System_Int32_FarPoint_Web_Spread_Model_FormulaChangedType_" data-uid="FarPoint.Web.Spread.Model.IExpressionConsumer.NotifyChanged(System.Int32,FarPoint.Web.Spread.Model.FormulaChangedType)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionConsumer.NotifyChanged.html#FarPoint_Web_Spread_Model_IExpressionConsumer_NotifyChanged_System_Int32_FarPoint_Web_Spread_Model_FormulaChangedType_">NotifyChanged(int, FormulaChangedType)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies that a change related to the formula of the IExpressionConsumer occurred.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionConsumer_NotifyNotSatisfied_System_Int32_FarPoint_Web_Spread_Model_FormulaRestrictedCondition_" data-uid="FarPoint.Web.Spread.Model.IExpressionConsumer.NotifyNotSatisfied(System.Int32,FarPoint.Web.Spread.Model.FormulaRestrictedCondition)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionConsumer.NotifyNotSatisfied.html#FarPoint_Web_Spread_Model_IExpressionConsumer_NotifyNotSatisfied_System_Int32_FarPoint_Web_Spread_Model_FormulaRestrictedCondition_">NotifyNotSatisfied(int, FormulaRestrictedCondition)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies that the formula at the specified index does not meet the restricted conditions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionConsumer_SetFormula_System_Int32_System_String_" data-uid="FarPoint.Web.Spread.Model.IExpressionConsumer.SetFormula(System.Int32,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionConsumer.SetFormula.html#FarPoint_Web_Spread_Model_IExpressionConsumer_SetFormula_System_Int32_System_String_">SetFormula(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the formula of the object at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
