# FarPoint.Web.Spread.Model.BaseSheetSpanModel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_BaseSheetSpanModel" data-uid="FarPoint.Web.Spread.Model.BaseSheetSpanModel" class="text-break">BaseSheetSpanModel Class
</h1>
  <div class="markdown level0 summary"><p>Represents the partial (abstract) implementation of the ISheetSpanModel interface
for a span model for a sheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">BaseSheetSpanModel</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetSpanModel.html">DefaultSheetSpanModel</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISheetSpanModel.html">ISheetSpanModel</a></div>
  </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_BaseSheetSpanModel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseSheetSpanModel : ISheetSpanModel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BaseSheetSpanModel
    Implements ISheetSpanModel</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_BaseSheetSpanModel__ctor" data-uid="FarPoint.Web.Spread.Model.BaseSheetSpanModel.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Model.BaseSheetSpanModel.-ctor.html#FarPoint_Web_Spread_Model_BaseSheetSpanModel__ctor">BaseSheetSpanModel()</a>
        </td>
        <td class="markdown level1 summary"></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_BaseSheetSpanModel_Add_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.BaseSheetSpanModel.Add(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.BaseSheetSpanModel.Add.html#FarPoint_Web_Spread_Model_BaseSheetSpanModel_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_BaseSheetSpanModel_Clear" data-uid="FarPoint.Web.Spread.Model.BaseSheetSpanModel.Clear">
          <a class="xref" href="FarPoint.Web.Spread.Model.BaseSheetSpanModel.Clear.html#FarPoint_Web_Spread_Model_BaseSheetSpanModel_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_BaseSheetSpanModel_Find_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.BaseSheetSpanModel.Find(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.BaseSheetSpanModel.Find.html#FarPoint_Web_Spread_Model_BaseSheetSpanModel_Find_System_Int32_System_Int32_">Find(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the cell span in the collection that includes the cell
at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_BaseSheetSpanModel_GetEnumerator_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.BaseSheetSpanModel.GetEnumerator(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.BaseSheetSpanModel.GetEnumerator.html#FarPoint_Web_Spread_Model_BaseSheetSpanModel_GetEnumerator_System_Int32_System_Int32_System_Int32_System_Int32_">GetEnumerator(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next cell span in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_BaseSheetSpanModel_IsEmpty" data-uid="FarPoint.Web.Spread.Model.BaseSheetSpanModel.IsEmpty">
          <a class="xref" href="FarPoint.Web.Spread.Model.BaseSheetSpanModel.IsEmpty.html#FarPoint_Web_Spread_Model_BaseSheetSpanModel_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_BaseSheetSpanModel_Remove_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.BaseSheetSpanModel.Remove(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.BaseSheetSpanModel.Remove.html#FarPoint_Web_Spread_Model_BaseSheetSpanModel_Remove_System_Int32_System_Int32_">Remove(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all cell spans in the collection that cover the cell
at the specified row and column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
