# GrapeCity.Spreadsheet.IRange.Resize

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IRange_Resize_" data-uid="GrapeCity.Spreadsheet.IRange.Resize*">Resize Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IRange_Resize_" data-uid="GrapeCity.Spreadsheet.IRange.Resize*"></a>
<h4 id="GrapeCity_Spreadsheet_IRange_Resize_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IRange.Resize(System.Int32,System.Int32)">Resize(int, int)</h4>
<div class="markdown level1 summary"><p>Resizes the specified range.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IRange Resize(int rowSize = 0, int columnSize = 0)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function Resize(Optional rowSize As Integer = 0, Optional columnSize As Integer = 0) As IRange</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">rowSize</span></td>
      <td><p>The number of rows in the new range. If this argument is omitted, the number of rows in the range remains the same.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnSize</span></td>
      <td><p>The number of columns in the new range. If this argument is omitted, the number of columns in the range remains the same.</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="GrapeCity.Spreadsheet.IRange.html">IRange</a></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the resized range.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
