# GrapeCity.Documents.Word.TableStyle.ColumnStripe

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TableStyle_ColumnStripe_" data-uid="GrapeCity.Documents.Word.TableStyle.ColumnStripe*">ColumnStripe Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TableStyle_ColumnStripe_" data-uid="GrapeCity.Documents.Word.TableStyle.ColumnStripe*"></a>
<h4 id="GrapeCity_Documents_Word_TableStyle_ColumnStripe" data-uid="GrapeCity.Documents.Word.TableStyle.ColumnStripe">ColumnStripe</h4>
<div class="markdown level1 summary"><p>Gets or sets the number of columns that shall comprise each a table style column band for this table style.
This property determines how many columns constitute each of the column bands for the current table, allowing column band formatting to be applied to groups of columns
(rather than just single alternating columns) 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 ColumnStripe { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ColumnStripe As UInteger</code></pre>
</div>
</div>
