# GrapeCity.Documents.Word.RowFormat.HeadingFormat

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_RowFormat_HeadingFormat_" data-uid="GrapeCity.Documents.Word.RowFormat.HeadingFormat*">HeadingFormat Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_RowFormat_HeadingFormat_" data-uid="GrapeCity.Documents.Word.RowFormat.HeadingFormat*"></a>
<h4 id="GrapeCity_Documents_Word_RowFormat_HeadingFormat" data-uid="GrapeCity.Documents.Word.RowFormat.HeadingFormat">HeadingFormat</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the current 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.
This property can be applied to any number of rows at the top of the table structure in order to generate multi-row table headers.</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>
<h5 id="GrapeCity_Documents_Word_RowFormat_HeadingFormat_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If false, this table row shall not be repeated on each new page on which the table is displayed.
As well, if this row is not contiguously connected with the first row of the table
(that is, if this table row is not either the first row, or all rows between this row and the first row are not marked as header rows) then this property shall be ignored.</p>
</div>
</div>
