# GrapeCity.Documents.Word.RowFormat.AllowBreakAcrossPages

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_RowFormat_AllowBreakAcrossPages_" data-uid="GrapeCity.Documents.Word.RowFormat.AllowBreakAcrossPages*">AllowBreakAcrossPages Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_RowFormat_AllowBreakAcrossPages_" data-uid="GrapeCity.Documents.Word.RowFormat.AllowBreakAcrossPages*"></a>
<h4 id="GrapeCity_Documents_Word_RowFormat_AllowBreakAcrossPages" data-uid="GrapeCity.Documents.Word.RowFormat.AllowBreakAcrossPages">AllowBreakAcrossPages</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the contents within the current cell can be split between 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 AllowBreakAcrossPages { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AllowBreakAcrossPages As Boolean</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_RowFormat_AllowBreakAcrossPages_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When displaying the contents of a table cell, it is possible that a page break would fall within the contents of a table cell,
causing the contents of that cell to be displayed across two different pages.
If this property is false, then all contents of a table row shall be rendered on the same page by moving the start of the current row to the start of a new page if necessary.
If the contents of this table row cannot fit on a single page, then this row shall start on a new page and flow onto multiple pages as necessary.</p>
</div>
</div>
