# FarPoint.Web.Spread.Model.IExpressionSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_IExpressionSupport" data-uid="FarPoint.Web.Spread.Model.IExpressionSupport" class="text-break">IExpressionSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports formulas as values and as expressions
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_IExpressionSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExpressionSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExpressionSupport</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_IExpressionSupport_ReferenceStyle" data-uid="FarPoint.Web.Spread.Model.IExpressionSupport.ReferenceStyle">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionSupport.ReferenceStyle.html#FarPoint_Web_Spread_Model_IExpressionSupport_ReferenceStyle">ReferenceStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell reference style.</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_IExpressionSupport_GetExpression_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IExpressionSupport.GetExpression(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionSupport.GetExpression.html#FarPoint_Web_Spread_Model_IExpressionSupport_GetExpression_System_Int32_System_Int32_">GetExpression(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formula, as an expression, in the cell
at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionSupport_GetFormula_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IExpressionSupport.GetFormula(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionSupport.GetFormula.html#FarPoint_Web_Spread_Model_IExpressionSupport_GetFormula_System_Int32_System_Int32_">GetFormula(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formula, as a string, in the cell
at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionSupport_SetExpression_System_Int32_System_Int32_FarPoint_CalcEngine_Expression_" data-uid="FarPoint.Web.Spread.Model.IExpressionSupport.SetExpression(System.Int32,System.Int32,FarPoint.CalcEngine.Expression)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionSupport.SetExpression.html#FarPoint_Web_Spread_Model_IExpressionSupport_SetExpression_System_Int32_System_Int32_FarPoint_CalcEngine_Expression_">SetExpression(int, int, Expression)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the formula, as an expression, in the cell
at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IExpressionSupport_SetFormula_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Web.Spread.Model.IExpressionSupport.SetFormula(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IExpressionSupport.SetFormula.html#FarPoint_Web_Spread_Model_IExpressionSupport_SetFormula_System_Int32_System_Int32_System_String_">SetFormula(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the formula, as a string, in the cell
at the specified row and column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
