# GrapeCity.Spreadsheet.IRange.Delete

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IRange_Delete_" data-uid="GrapeCity.Spreadsheet.IRange.Delete*">Delete Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IRange_Delete_" data-uid="GrapeCity.Spreadsheet.IRange.Delete*"></a>
<h4 id="GrapeCity_Spreadsheet_IRange_Delete_GrapeCity_Spreadsheet_DeleteShiftDirection_" data-uid="GrapeCity.Spreadsheet.IRange.Delete(GrapeCity.Spreadsheet.DeleteShiftDirection)">Delete(DeleteShiftDirection)</h4>
<div class="markdown level1 summary"><p>Delete a cell or a range of cells into the worksheet and shifts other cells.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Delete(DeleteShiftDirection shift = (DeleteShiftDirection)-1)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub Delete(Optional shift As DeleteShiftDirection = -1)</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.DeleteShiftDirection.html">DeleteShiftDirection</a></td>
      <td><span class="parametername">shift</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.DeleteShiftDirection.html">DeleteShiftDirection</a> value indicates which way to shift the cells. If this argument is omitted, Spread decides based on the shape of the range.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
