# FarPoint.Web.Spread.Model.IMovable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_IMovable" data-uid="FarPoint.Web.Spread.Model.IMovable" class="text-break">IMovable Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports arranging the items in an object in the data model.</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_IMovable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMovable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IMovable</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_IMovable_Count" data-uid="FarPoint.Web.Spread.Model.IMovable.Count">
          <a class="xref" href="FarPoint.Web.Spread.Model.IMovable.Count.html#FarPoint_Web_Spread_Model_IMovable_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of items.</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_IMovable_Add_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IMovable.Add(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IMovable.Add.html#FarPoint_Web_Spread_Model_IMovable_Add_System_Int32_System_Int32_">Add(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds items at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IMovable_Clear_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IMovable.Clear(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IMovable.Clear.html#FarPoint_Web_Spread_Model_IMovable_Clear_System_Int32_System_Int32_">Clear(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all of the items from the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IMovable_Copy_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IMovable.Copy(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IMovable.Copy.html#FarPoint_Web_Spread_Model_IMovable_Copy_System_Int32_System_Int32_System_Int32_">Copy(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies items from one specified location to another.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IMovable_Move_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IMovable.Move(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IMovable.Move.html#FarPoint_Web_Spread_Model_IMovable_Move_System_Int32_System_Int32_System_Int32_">Move(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves items from one specified location to another.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IMovable_Remove_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IMovable.Remove(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IMovable.Remove.html#FarPoint_Web_Spread_Model_IMovable_Remove_System_Int32_System_Int32_">Remove(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes items from the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IMovable_Swap_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IMovable.Swap(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IMovable.Swap.html#FarPoint_Web_Spread_Model_IMovable_Swap_System_Int32_System_Int32_System_Int32_">Swap(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Swaps items from one specified location to another.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
