# GrapeCity.Spreadsheet.IRange.FillDown

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IRange_FillDown_" data-uid="GrapeCity.Spreadsheet.IRange.FillDown*">FillDown Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IRange_FillDown_" data-uid="GrapeCity.Spreadsheet.IRange.FillDown*"></a>
<h4 id="GrapeCity_Spreadsheet_IRange_FillDown" data-uid="GrapeCity.Spreadsheet.IRange.FillDown">FillDown()</h4>
<div class="markdown level1 summary"><p>Fills down from the top cell or cells in the specified range to the bottom of the range.
The contents and formatting of the cell or cells in the top 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 FillDown()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub FillDown()</code></pre>
</div>
</div>
