# GrapeCity.Spreadsheet.IRange.Move

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IRange_Move_" data-uid="GrapeCity.Spreadsheet.IRange.Move*">Move Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IRange_Move_" data-uid="GrapeCity.Spreadsheet.IRange.Move*"></a>
<h4 id="GrapeCity_Spreadsheet_IRange_Move_System_Int32_System_Int32_GrapeCity_Spreadsheet_ManipulationOptions_" data-uid="GrapeCity.Spreadsheet.IRange.Move(System.Int32,System.Int32,GrapeCity.Spreadsheet.ManipulationOptions)">Move(int, int, ManipulationOptions)</h4>
<div class="markdown level1 summary"><p>Moves the data from a range of cells to the specified location.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool Move(int toRow, int toColumn, ManipulationOptions options = ManipulationOptions.All)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function Move(toRow As Integer, toColumn As Integer, Optional options As ManipulationOptions = ManipulationOptions.All) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">toRow</span></td>
      <td><p>Row index of starting position of destination</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">toColumn</span></td>
      <td><p>Column index of starting position of destination</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.ManipulationOptions.html">ManipulationOptions</a></td>
      <td><span class="parametername">options</span></td>
      <td><p>The options indicates which data type will be performed.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if the cell range is moved, <code>false</code> otherwise.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_IRange_Move_" data-uid="GrapeCity.Spreadsheet.IRange.Move*"></a>
<h4 id="GrapeCity_Spreadsheet_IRange_Move_GrapeCity_Spreadsheet_IRange_GrapeCity_Spreadsheet_ManipulationOptions_" data-uid="GrapeCity.Spreadsheet.IRange.Move(GrapeCity.Spreadsheet.IRange,GrapeCity.Spreadsheet.ManipulationOptions)">Move(IRange, ManipulationOptions)</h4>
<div class="markdown level1 summary"><p>Moves the data from a range of cells to the specified location.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool Move(IRange destination = null, ManipulationOptions options = ManipulationOptions.All)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function Move(Optional destination As IRange = Nothing, Optional options As ManipulationOptions = ManipulationOptions.All) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a></td>
      <td><span class="parametername">destination</span></td>
      <td><p>The specified range will be copied to.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.ManipulationOptions.html">ManipulationOptions</a></td>
      <td><span class="parametername">options</span></td>
      <td><p>The options indicates which data type will be performed.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if the cell range is moved, <code>false</code> otherwise.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_IRange_Move_" data-uid="GrapeCity.Spreadsheet.IRange.Move*"></a>
<h4 id="GrapeCity_Spreadsheet_IRange_Move_System_String_GrapeCity_Spreadsheet_ManipulationOptions_" data-uid="GrapeCity.Spreadsheet.IRange.Move(System.String,GrapeCity.Spreadsheet.ManipulationOptions)">Move(string, ManipulationOptions)</h4>
<div class="markdown level1 summary"><p>Moves the data from a range of cells to the specified location.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool Move(string destination = null, ManipulationOptions options = ManipulationOptions.All)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function Move(Optional destination As String = Nothing, Optional options As ManipulationOptions = ManipulationOptions.All) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">destination</span></td>
      <td><p>The specified range will be copied to.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.ManipulationOptions.html">ManipulationOptions</a></td>
      <td><span class="parametername">options</span></td>
      <td><p>The options indicates which data type will be performed.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if the cell range is moved, <code>false</code> otherwise.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
