# FarPoint.Web.Spread.SheetView.SelectionBackColor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_SheetView_SelectionBackColor_" data-uid="FarPoint.Web.Spread.SheetView.SelectionBackColor*">SelectionBackColor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_SheetView_SelectionBackColor_" data-uid="FarPoint.Web.Spread.SheetView.SelectionBackColor*"></a>
<h4 id="FarPoint_Web_Spread_SheetView_SelectionBackColor" data-uid="FarPoint.Web.Spread.SheetView.SelectionBackColor">SelectionBackColor</h4>
<div class="markdown level1 summary"><p>Gets or sets the background color for selected cells.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(WebColorConverter))]
public Color SelectionBackColor { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(WebColorConverter))&gt;
Public Property SelectionBackColor As Color</code></pre>
</div>
</div>
