# FarPoint.Win.Spread.Data.ISpreadDataViewDataFormatter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Data_ISpreadDataViewDataFormatter" data-uid="FarPoint.Win.Spread.Data.ISpreadDataViewDataFormatter" class="text-break">ISpreadDataViewDataFormatter Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports the class which transfers data up and down between DataModel and SpreadDataView.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Data.html">FarPoint.Win.Spread.Data</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Data_ISpreadDataViewDataFormatter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISpreadDataViewDataFormatter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISpreadDataViewDataFormatter</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_Data_ISpreadDataViewDataFormatter_GetCellValue_FarPoint_Win_Spread_Cell_" data-uid="FarPoint.Win.Spread.Data.ISpreadDataViewDataFormatter.GetCellValue(FarPoint.Win.Spread.Cell)">
          <a class="xref" href="FarPoint.Win.Spread.Data.ISpreadDataViewDataFormatter.GetCellValue.html#FarPoint_Win_Spread_Data_ISpreadDataViewDataFormatter_GetCellValue_FarPoint_Win_Spread_Cell_">GetCellValue(Cell)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell value from the data model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_ISpreadDataViewDataFormatter_SetCellValue_FarPoint_Win_Spread_Cell_System_Object_" data-uid="FarPoint.Win.Spread.Data.ISpreadDataViewDataFormatter.SetCellValue(FarPoint.Win.Spread.Cell,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.Data.ISpreadDataViewDataFormatter.SetCellValue.html#FarPoint_Win_Spread_Data_ISpreadDataViewDataFormatter_SetCellValue_FarPoint_Win_Spread_Cell_System_Object_">SetCellValue(Cell, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the new cell value to the data model.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
