# FarPoint.Web.Spread.Model.IExpressionSupport2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_IExpressionSupport2" data-uid="FarPoint.Web.Spread.Model.IExpressionSupport2" class="text-break">IExpressionSupport2 Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports additional formula functionality
in the data model including conditional cell formats.</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_IExpressionSupport2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExpressionSupport2</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExpressionSupport2</code></pre>
  </div>
  <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_IExpressionSupport2_EvaluateExpression_System_Int32_System_Int32_FarPoint_CalcEngine_Expression_" data-uid="FarPoint.Web.Spread.Model.IExpressionSupport2.EvaluateExpression(System.Int32,System.Int32,FarPoint.CalcEngine.Expression)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionSupport2.EvaluateExpression.html#FarPoint_Web_Spread_Model_IExpressionSupport2_EvaluateExpression_System_Int32_System_Int32_FarPoint_CalcEngine_Expression_">EvaluateExpression(int, int, Expression)</a>
        </td>
        <td class="markdown level1 summary"><p>Evaluates the expression and returns the resulting object
for the cell at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionSupport2_ParseFormula_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Web.Spread.Model.IExpressionSupport2.ParseFormula(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionSupport2.ParseFormula.html#FarPoint_Web_Spread_Model_IExpressionSupport2_ParseFormula_System_Int32_System_Int32_System_String_">ParseFormula(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the string value and returns the expression<br>
for the cell at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionSupport2_UnparseFormula_System_Int32_System_Int32_FarPoint_CalcEngine_Expression_" data-uid="FarPoint.Web.Spread.Model.IExpressionSupport2.UnparseFormula(System.Int32,System.Int32,FarPoint.CalcEngine.Expression)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionSupport2.UnparseFormula.html#FarPoint_Web_Spread_Model_IExpressionSupport2_UnparseFormula_System_Int32_System_Int32_FarPoint_CalcEngine_Expression_">UnparseFormula(int, int, Expression)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formula, as a string value, for the specified expression
for the cell at the specified row and column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
