# GrapeCity.Documents.Excel.IHPageBreak

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IHPageBreak" data-uid="GrapeCity.Documents.Excel.IHPageBreak" class="text-break">IHPageBreak Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a vertical page break.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IHPageBreak_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IHPageBreak</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IHPageBreak</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHPageBreak_Extent" data-uid="GrapeCity.Documents.Excel.IHPageBreak.Extent">
          <a class="xref" href="GrapeCity.Documents.Excel.IHPageBreak.Extent.html#GrapeCity_Documents_Excel_IHPageBreak_Extent">Extent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the type of the specified page break: full-screen or only within a print area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHPageBreak_Location" data-uid="GrapeCity.Documents.Excel.IHPageBreak.Location">
          <a class="xref" href="GrapeCity.Documents.Excel.IHPageBreak.Location.html#GrapeCity_Documents_Excel_IHPageBreak_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the range that defines the page-break location. Horizontal page breaks are aligned with the top edge of the location range; vertical page breaks are aligned with the left edge of the location range.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHPageBreak_Delete" data-uid="GrapeCity.Documents.Excel.IHPageBreak.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.IHPageBreak.Delete.html#GrapeCity_Documents_Excel_IHPageBreak_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
