# GrapeCity.SpreadBuilder.Printing.PagePrintOrder

## Content

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




  <h1 id="GrapeCity_SpreadBuilder_Printing_PagePrintOrder" data-uid="GrapeCity.SpreadBuilder.Printing.PagePrintOrder" class="text-break">PagePrintOrder Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the order in which pages are printed when the worksheet spans multiple pages.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.Printing.html">GrapeCity.SpreadBuilder.Printing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_Printing_PagePrintOrder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PagePrintOrder</code></pre>
  </div>
  <h5 id="GrapeCity_SpreadBuilder_Printing_PagePrintOrder_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration is used with the <a class="xref" href="GrapeCity.SpreadBuilder.Printing.PageSetup.Order.html#GrapeCity_SpreadBuilder_Printing_PageSetup_Order">Order</a> property to determine the sequence in which pages are printed.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Printing_PagePrintOrder_DownThenOver">DownThenOver</td>
        <td><p>Down then over.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Printing_PagePrintOrder_OverThenDown">OverThenDown</td>
        <td><p>Over then down.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
