# GrapeCity.Documents.Word.TableStyle.RowStripe

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TableStyle_RowStripe_" data-uid="GrapeCity.Documents.Word.TableStyle.RowStripe*">RowStripe Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TableStyle_RowStripe_" data-uid="GrapeCity.Documents.Word.TableStyle.RowStripe*"></a>
<h4 id="GrapeCity_Documents_Word_TableStyle_RowStripe" data-uid="GrapeCity.Documents.Word.TableStyle.RowStripe">RowStripe</h4>
<div class="markdown level1 summary"><p>Gets or sets the number of rows that shall comprise each a table style row band for this table style.
This property determines how many rows constitute each of the row bands for the current table, allowing row band formatting to be applied to groups of rows
(rather than just single alternating rows) when the table is formatted.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public uint RowStripe { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property RowStripe As UInteger</code></pre>
</div>
</div>
