# GrapeCity.Documents.Excel.IHPageBreaks

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IHPageBreaks" data-uid="GrapeCity.Documents.Excel.IHPageBreaks" class="text-break">IHPageBreaks Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of horizontal page breaks within the print area.</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_IHPageBreaks_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IHPageBreaks : IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IHPageBreaks
    Inherits IEnumerable</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_IHPageBreaks_Count" data-uid="GrapeCity.Documents.Excel.IHPageBreaks.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.IHPageBreaks.Count.html#GrapeCity_Documents_Excel_IHPageBreaks_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHPageBreaks_Item_System_Int32_" data-uid="GrapeCity.Documents.Excel.IHPageBreaks.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IHPageBreaks.Item.html#GrapeCity_Documents_Excel_IHPageBreaks_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Excel.IHPageBreak.html">IHPageBreak</a> by index.</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_IHPageBreaks_Add_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.IHPageBreaks.Add(GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.IHPageBreaks.Add.html#GrapeCity_Documents_Excel_IHPageBreaks_Add_GrapeCity_Documents_Excel_IRange_">Add(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a horizontal page break within the print area.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
