# GrapeCity.Spreadsheet.IRange.FillRight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IRange_FillRight_" data-uid="GrapeCity.Spreadsheet.IRange.FillRight*">FillRight Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IRange_FillRight_" data-uid="GrapeCity.Spreadsheet.IRange.FillRight*"></a>
<h4 id="GrapeCity_Spreadsheet_IRange_FillRight" data-uid="GrapeCity.Spreadsheet.IRange.FillRight">FillRight()</h4>
<div class="markdown level1 summary"><p>Fills right from the leftmost cell or cells in the specified range.
The contents and formatting of the cell or cells in the leftmost column of a range are copied into the rest of the columns 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 FillRight()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub FillRight()</code></pre>
</div>
</div>
