# FarPoint.Web.Spread.Model.ISheetSpanModel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_ISheetSpanModel" data-uid="FarPoint.Web.Spread.Model.ISheetSpanModel" class="text-break">ISheetSpanModel Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports creating a model that represents cell spans.</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_ISheetSpanModel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISheetSpanModel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISheetSpanModel</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_ISheetSpanModel_Add_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetSpanModel.Add(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetSpanModel.Add.html#FarPoint_Web_Spread_Model_ISheetSpanModel_Add_System_Int32_System_Int32_System_Int32_System_Int32_">Add(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a cell span to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetSpanModel_Clear" data-uid="FarPoint.Web.Spread.Model.ISheetSpanModel.Clear">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetSpanModel.Clear.html#FarPoint_Web_Spread_Model_ISheetSpanModel_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all cell spans from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetSpanModel_Find_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetSpanModel.Find(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetSpanModel.Find.html#FarPoint_Web_Spread_Model_ISheetSpanModel_Find_System_Int32_System_Int32_">Find(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the cell span with the specified cell in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetSpanModel_GetEnumerator_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetSpanModel.GetEnumerator(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetSpanModel.GetEnumerator.html#FarPoint_Web_Spread_Model_ISheetSpanModel_GetEnumerator_System_Int32_System_Int32_System_Int32_System_Int32_">GetEnumerator(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an enumerator for iterating to the next cell span in the collection after the specified span.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetSpanModel_IsEmpty" data-uid="FarPoint.Web.Spread.Model.ISheetSpanModel.IsEmpty">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetSpanModel.IsEmpty.html#FarPoint_Web_Spread_Model_ISheetSpanModel_IsEmpty">IsEmpty()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the model is empty of cell spans.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetSpanModel_Remove_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetSpanModel.Remove(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetSpanModel.Remove.html#FarPoint_Web_Spread_Model_ISheetSpanModel_Remove_System_Int32_System_Int32_">Remove(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the cell span with the specified anchor cell from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
