# GrapeCity.Documents.Excel.IVPageBreaks

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IVPageBreaks" data-uid="GrapeCity.Documents.Excel.IVPageBreaks" class="text-break">IVPageBreaks Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of vertical 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_IVPageBreaks_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IVPageBreaks : IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IVPageBreaks
    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_IVPageBreaks_Count" data-uid="GrapeCity.Documents.Excel.IVPageBreaks.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.IVPageBreaks.Count.html#GrapeCity_Documents_Excel_IVPageBreaks_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_IVPageBreaks_Item_System_Int32_" data-uid="GrapeCity.Documents.Excel.IVPageBreaks.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IVPageBreaks.Item.html#GrapeCity_Documents_Excel_IVPageBreaks_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_IVPageBreaks_Add_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.IVPageBreaks.Add(GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.IVPageBreaks.Add.html#GrapeCity_Documents_Excel_IVPageBreaks_Add_GrapeCity_Documents_Excel_IRange_">Add(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a vertical page break within the print area.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
