# FarPoint.Web.Spread.Model.ISheetDataModel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_ISheetDataModel" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel" class="text-break">ISheetDataModel Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports creating a model that represents tabular data.</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_ISheetDataModel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISheetDataModel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISheetDataModel</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_ISheetDataModel_ColumnCount" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.ColumnCount">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.ColumnCount.html#FarPoint_Web_Spread_Model_ISheetDataModel_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetDataModel_RowCount" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.RowCount">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.RowCount.html#FarPoint_Web_Spread_Model_ISheetDataModel_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows.</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_ISheetDataModel_GetNote_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.GetNote(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.GetNote.html#FarPoint_Web_Spread_Model_ISheetDataModel_GetNote_System_Int32_System_Int32_">GetNote(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the note for a cell of the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetDataModel_GetTag_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.GetTag(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.GetTag.html#FarPoint_Web_Spread_Model_ISheetDataModel_GetTag_System_Int32_System_Int32_">GetTag(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the application data for a cell at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetDataModel_GetValue_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.GetValue(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.GetValue.html#FarPoint_Web_Spread_Model_ISheetDataModel_GetValue_System_Int32_System_Int32_">GetValue(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value in a cell at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetDataModel_IsEditable_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.IsEditable(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.IsEditable.html#FarPoint_Web_Spread_Model_ISheetDataModel_IsEditable_System_Int32_System_Int32_">IsEditable(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the contents of the cell at the specified row and column are editable.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetDataModel_IsEmpty" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.IsEmpty">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.IsEmpty.html#FarPoint_Web_Spread_Model_ISheetDataModel_IsEmpty">IsEmpty()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the model is empty of data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetDataModel_IsRowUsed_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.IsRowUsed(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.IsRowUsed.html#FarPoint_Web_Spread_Model_ISheetDataModel_IsRowUsed_System_Int32_">IsRowUsed(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified row contains data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetDataModel_SetNote_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.SetNote(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.SetNote.html#FarPoint_Web_Spread_Model_ISheetDataModel_SetNote_System_Int32_System_Int32_System_String_">SetNote(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the note for a cell at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetDataModel_SetTag_System_Int32_System_Int32_System_Object_" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.SetTag(System.Int32,System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.SetTag.html#FarPoint_Web_Spread_Model_ISheetDataModel_SetTag_System_Int32_System_Int32_System_Object_">SetTag(int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the application data associated with the cell
at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetDataModel_SetValue_System_Int32_System_Int32_System_Object_" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.SetValue(System.Int32,System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.SetValue.html#FarPoint_Web_Spread_Model_ISheetDataModel_SetValue_System_Int32_System_Int32_System_Object_">SetValue(int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets data in a cell at the specified row and column.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_ISheetDataModel_Changed" data-uid="FarPoint.Web.Spread.Model.ISheetDataModel.Changed">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetDataModel.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the data model has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
