# GrapeCity.ActiveReports.Document.Section.PageCell.SplitVertically

## Content

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



<h1 id="GrapeCity_ActiveReports_Document_Section_PageCell_SplitVertically_" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.SplitVertically*">SplitVertically Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_PageCell_SplitVertically_" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.SplitVertically*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_PageCell_SplitVertically_GrapeCity_ActiveReports_Core_Document_DeviceInfo_System_Int32_" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.SplitVertically(GrapeCity.ActiveReports.Core.Document.DeviceInfo,System.Int32)">SplitVertically(DeviceInfo, int)</h4>
<div class="markdown level1 summary"><p>Splits cells vertically.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SplitVertically(DeviceInfo deviceInfo, int splitRowIntoRows)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Core.Document.DeviceInfo.html">DeviceInfo</a></td>
      <td><span class="parametername">deviceInfo</span></td>
      <td><p>The device inforamtion.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">splitRowIntoRows</span></td>
      <td><p>Number of rows.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
