# GrapeCity.Spreadsheet.IRange.FillUp

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IRange_FillUp_" data-uid="GrapeCity.Spreadsheet.IRange.FillUp*">FillUp Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IRange_FillUp_" data-uid="GrapeCity.Spreadsheet.IRange.FillUp*"></a>
<h4 id="GrapeCity_Spreadsheet_IRange_FillUp" data-uid="GrapeCity.Spreadsheet.IRange.FillUp">FillUp()</h4>
<div class="markdown level1 summary"><p>Fills up from the bottom cell or cells in the specified range to the top of the range.
The contents and formatting of the cell or cells in the bottom row of a range are copied into the rest of the rows in the range.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void FillUp()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub FillUp()</code></pre>
</div>
</div>
