# GrapeCity.Documents.Word.TableStyleBase.HeadingFormat

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TableStyleBase_HeadingFormat_" data-uid="GrapeCity.Documents.Word.TableStyleBase.HeadingFormat*">HeadingFormat Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TableStyleBase_HeadingFormat_" data-uid="GrapeCity.Documents.Word.TableStyleBase.HeadingFormat*"></a>
<h4 id="GrapeCity_Documents_Word_TableStyleBase_HeadingFormat" data-uid="GrapeCity.Documents.Word.TableStyleBase.HeadingFormat">HeadingFormat</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether a table row shall be repeated at the top of each new page on which part of this table is displayed.
This gives this table row the behavior of a 'header' row on each of these pages.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool HeadingFormat { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property HeadingFormat As Boolean</code></pre>
</div>
</div>
