# GrapeCity.Spreadsheet.IRange.ShowDetail

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IRange_ShowDetail_" data-uid="GrapeCity.Spreadsheet.IRange.ShowDetail*">ShowDetail Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IRange_ShowDetail_" data-uid="GrapeCity.Spreadsheet.IRange.ShowDetail*"></a>
<h4 id="GrapeCity_Spreadsheet_IRange_ShowDetail" data-uid="GrapeCity.Spreadsheet.IRange.ShowDetail">ShowDetail</h4>
<div class="markdown level1 summary"><p><code>true</code> if the outline is expanded for the specified range (so that the detail of the column or row is visible).
The specified range must be a single summary column or row in an outline.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool? ShowDetail { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property ShowDetail As Boolean?</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_IRange_ShowDetail_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If the specified range isn't in a PivotTable report, the following statements are true:</p>
<ul>
<li>The range must be in a single summary row or column. Otherwise, <code>null</code> will be returned.</li>
<li>This property returns <code>false</code> if any of the children of the row or column are hidden.</li>
<li>Setting this property to <code>true</code> is equivalent to show all the children of the summary row or column.</li>
<li>Setting this property to <code>false</code> is equivalent to hide all the children of the summary row or column.</li>
</ul>
</div>
</div>
