# C1.WPF.Excel.XLSheet.OutlinesRight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Excel_XLSheet_OutlinesRight_" data-uid="C1.WPF.Excel.XLSheet.OutlinesRight*">OutlinesRight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Excel_XLSheet_OutlinesRight_" data-uid="C1.WPF.Excel.XLSheet.OutlinesRight*"></a>
<h4 id="C1_WPF_Excel_XLSheet_OutlinesRight" data-uid="C1.WPF.Excel.XLSheet.OutlinesRight">OutlinesRight</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating the horizontal location of outline buttons.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool OutlinesRight { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property OutlinesRight As Boolean</code></pre>
</div>
<h5 id="C1_WPF_Excel_XLSheet_OutlinesRight_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If this property is set to true, outline buttons are located to the right the outline group,
otherwise they are located to the left of the outline group.</p>
<p>Th default value is <b>true</b></p>.
</div>
</div>
