# FarPoint.Web.Spread.SheetView.ClickHeaderCellToExpand

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_SheetView_ClickHeaderCellToExpand_" data-uid="FarPoint.Web.Spread.SheetView.ClickHeaderCellToExpand*">ClickHeaderCellToExpand Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_SheetView_ClickHeaderCellToExpand_" data-uid="FarPoint.Web.Spread.SheetView.ClickHeaderCellToExpand*"></a>
<h4 id="FarPoint_Web_Spread_SheetView_ClickHeaderCellToExpand" data-uid="FarPoint.Web.Spread.SheetView.ClickHeaderCellToExpand">ClickHeaderCellToExpand</h4>
<div class="markdown level1 summary"><p>When this property is true and client script is enabled,
the spread will expand the row in a hierarchical view
when the row header cell is clicked; otherwise, the spread
will expand the row only when the expand image is clicked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public bool ClickHeaderCellToExpand { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property ClickHeaderCellToExpand As Boolean</code></pre>
</div>
</div>
