# GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleRowStripes

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleRowStripes_" data-uid="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleRowStripes*">ShowTableStyleRowStripes Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleRowStripes_" data-uid="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleRowStripes*"></a>
<h4 id="GrapeCity_Documents_Excel_IPivotTable_ShowTableStyleRowStripes" data-uid="GrapeCity.Documents.Excel.IPivotTable.ShowTableStyleRowStripes">ShowTableStyleRowStripes</h4>
<div class="markdown level1 summary"><p>The PivotTable.ShowTableStyleRowStripes property displays banded rows in which even rows are formatted differently from odd
rows. This makes PivotTables easier to read.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool ShowTableStyleRowStripes { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property ShowTableStyleRowStripes As Boolean</code></pre>
</div>
</div>
