# FarPoint.Win.Spread.Model.IObjectExpressionSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Model_IObjectExpressionSupport" data-uid="FarPoint.Win.Spread.Model.IObjectExpressionSupport" class="text-break">IObjectExpressionSupport Interface
</h1>
  <div class="markdown level0 summary"></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_IObjectExpressionSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IObjectExpressionSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IObjectExpressionSupport</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_Win_Spread_Model_IObjectExpressionSupport_ParseFormula_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.Model.IObjectExpressionSupport.ParseFormula(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IObjectExpressionSupport.ParseFormula.html#FarPoint_Win_Spread_Model_IObjectExpressionSupport_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_Win_Spread_Model_IObjectExpressionSupport_UnparseFormula_System_Int32_System_Int32_FarPoint_CalcEngine_Expression_" data-uid="FarPoint.Win.Spread.Model.IObjectExpressionSupport.UnparseFormula(System.Int32,System.Int32,FarPoint.CalcEngine.Expression)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IObjectExpressionSupport.UnparseFormula.html#FarPoint_Win_Spread_Model_IObjectExpressionSupport_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>
