# C1.Win.FlexGrid.CellStyleCollection.EmptyArea

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_CellStyleCollection_EmptyArea_" data-uid="C1.Win.FlexGrid.CellStyleCollection.EmptyArea*">EmptyArea Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_CellStyleCollection_EmptyArea_" data-uid="C1.Win.FlexGrid.CellStyleCollection.EmptyArea*"></a>
<h4 id="C1_Win_FlexGrid_CellStyleCollection_EmptyArea" data-uid="C1.Win.FlexGrid.CellStyleCollection.EmptyArea">EmptyArea</h4>
<div class="markdown level1 summary"><p>Gets the style used to paint the area of the grid below and to the right of all the cells.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellStyle EmptyArea { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property EmptyArea As CellStyle</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_CellStyleCollection_EmptyArea_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Only the <a class="xref" href="C1.Win.FlexGrid.CellStyle.BackColor.html#C1_Win_FlexGrid_CellStyle_BackColor">BackColor</a> and <a class="xref" href="C1.Win.FlexGrid.CellStyle.Border.html#C1_Win_FlexGrid_CellStyle_Border">Border</a> elements of 
this style are used. They define the appearance of the space between the last cell and the edges of 
the control.</p>
<p>The <a class="xref" href="C1.Win.FlexGrid.CellBorder.Color.html#C1_Win_FlexGrid_CellBorder_Color">Color</a> value defines the color of the lines drawn around the 
edge of the sheet and between frozen and scrollable cells.</p>
</div>
</div>
