# FarPoint.Win.Spread.Model.IRangeSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Model_IRangeSupport" data-uid="FarPoint.Win.Spread.Model.IRangeSupport" class="text-break">IRangeSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports operations on ranges of cells
in the data model.</p>
</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_IRangeSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IRangeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IRangeSupport</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_IRangeSupport_AddColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IRangeSupport.AddColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IRangeSupport.AddColumns.html#FarPoint_Win_Spread_Model_IRangeSupport_AddColumns_System_Int32_System_Int32_">AddColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds columns of cells after the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IRangeSupport_AddRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IRangeSupport.AddRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IRangeSupport.AddRows.html#FarPoint_Win_Spread_Model_IRangeSupport_AddRows_System_Int32_System_Int32_">AddRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds rows of cells after the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IRangeSupport_Clear_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IRangeSupport.Clear(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IRangeSupport.Clear.html#FarPoint_Win_Spread_Model_IRangeSupport_Clear_System_Int32_System_Int32_System_Int32_System_Int32_">Clear(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all of the contents from the cells in the specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IRangeSupport_Copy_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IRangeSupport.Copy(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IRangeSupport.Copy.html#FarPoint_Win_Spread_Model_IRangeSupport_Copy_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">Copy(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies a range of cells and pastes it into a range of cells at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IRangeSupport_Move_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IRangeSupport.Move(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IRangeSupport.Move.html#FarPoint_Win_Spread_Model_IRangeSupport_Move_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">Move(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves a range of cells and pastes it into a range of cells at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IRangeSupport_RemoveColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IRangeSupport.RemoveColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IRangeSupport.RemoveColumns.html#FarPoint_Win_Spread_Model_IRangeSupport_RemoveColumns_System_Int32_System_Int32_">RemoveColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes columns from the specified starting position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IRangeSupport_RemoveRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IRangeSupport.RemoveRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IRangeSupport.RemoveRows.html#FarPoint_Win_Spread_Model_IRangeSupport_RemoveRows_System_Int32_System_Int32_">RemoveRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes rows from the specified starting position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IRangeSupport_Swap_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IRangeSupport.Swap(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IRangeSupport.Swap.html#FarPoint_Win_Spread_Model_IRangeSupport_Swap_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">Swap(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Swaps a range of cells from one specified location to another.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
