# GrapeCity.SpreadBuilder.PageBreaks.PageBreak

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_SpreadBuilder_PageBreaks_PageBreak" data-uid="GrapeCity.SpreadBuilder.PageBreaks.PageBreak" class="text-break">PageBreaks.PageBreak Struct
</h1>
  <div class="markdown level0 summary"><p>Excel97DevKit:
The cbrk field contains the number of page breaks. Each element of the rgbrk
structure contains three 2-byte integers: the first specifies the row (or col for vertical) of the break,
the second specifies the starting column (or row for vertical), and the third specifies the ending column (or row for vertical)
for the break. All row and column numbers are 1-based, and the breaks occur after the
row or column. This array is sorted by row, and then by starting/ending column. No
two page breaks may overlap.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable">IComparable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.html">GrapeCity.SpreadBuilder</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_PageBreaks_PageBreak_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct PageBreaks.PageBreak : IComparable</code></pre>
  </div>
  <h5 id="GrapeCity_SpreadBuilder_PageBreaks_PageBreak_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The secEnd and secStart members are only applicable in BIFF8.
BIFF documentation refers to this as a brk structure.</p>
</div>
  <h3 id="implements">Implements</h3>
  <div>
      <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable">IComparable</a>
  </div>

</div>
