# GrapeCity.Spreadsheet.IRange.Insert

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IRange_Insert_" data-uid="GrapeCity.Spreadsheet.IRange.Insert*">Insert Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IRange_Insert_" data-uid="GrapeCity.Spreadsheet.IRange.Insert*"></a>
<h4 id="GrapeCity_Spreadsheet_IRange_Insert_GrapeCity_Spreadsheet_InsertShiftDirection_GrapeCity_Spreadsheet_InsertFormatOrigin_" data-uid="GrapeCity.Spreadsheet.IRange.Insert(GrapeCity.Spreadsheet.InsertShiftDirection,GrapeCity.Spreadsheet.InsertFormatOrigin)">Insert(InsertShiftDirection, InsertFormatOrigin)</h4>
<div class="markdown level1 summary"><p>Inserts a cell or a range of cells into the worksheet and shifts other cells away to make space.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Insert(InsertShiftDirection shift = (InsertShiftDirection)-1, InsertFormatOrigin origin = InsertFormatOrigin.LeftOrAbove)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub Insert(Optional shift As InsertShiftDirection = -1, Optional origin As InsertFormatOrigin = InsertFormatOrigin.LeftOrAbove)</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.InsertShiftDirection.html">InsertShiftDirection</a></td>
      <td><span class="parametername">shift</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.InsertShiftDirection.html">InsertShiftDirection</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>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.InsertFormatOrigin.html">InsertFormatOrigin</a></td>
      <td><span class="parametername">origin</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.InsertFormatOrigin.html">InsertFormatOrigin</a> value indicates where to copy the format for inserted cells.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
