# GrapeCity.ActiveReports.Document.Section.PageCell

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_Section_PageCell" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell" class="text-break">PageCell Class
</h1>
  <div class="markdown level0 summary"><p>Represents the page cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">PageCell</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable">IComparable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_PageCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PageCell : IDisposable, IComparable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell__ctor" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.-ctor.html#GrapeCity_ActiveReports_Document_Section_PageCell__ctor">PageCell()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.html">PageCell</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_ActiveReports_Document_Section_PageCell_Align" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Align">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Align.html#GrapeCity_ActiveReports_Document_Section_PageCell_Align">Align</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_Attributes" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Attributes">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Attributes.html#GrapeCity_ActiveReports_Document_Section_PageCell_Attributes">Attributes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the attributes of the parent table of the cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_Bounds" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Bounds">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Bounds.html#GrapeCity_ActiveReports_Document_Section_PageCell_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bounds of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_ColSpan" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.ColSpan">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.ColSpan.html#GrapeCity_ActiveReports_Document_Section_PageCell_ColSpan">ColSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column span of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_Height" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Height">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Height.html#GrapeCity_ActiveReports_Document_Section_PageCell_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_Padding" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Padding">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Padding.html#GrapeCity_ActiveReports_Document_Section_PageCell_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_Page" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Page">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Page.html#GrapeCity_ActiveReports_Document_Section_PageCell_Page">Page</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent page of this cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_RowSpan" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.RowSpan">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.RowSpan.html#GrapeCity_ActiveReports_Document_Section_PageCell_RowSpan">RowSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row span of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_Site" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Site">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Site.html#GrapeCity_ActiveReports_Document_Section_PageCell_Site">Site</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell site.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_TagName" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.TagName">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.TagName.html#GrapeCity_ActiveReports_Document_Section_PageCell_TagName">TagName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tag of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_VAlign" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.VAlign">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.VAlign.html#GrapeCity_ActiveReports_Document_Section_PageCell_VAlign">VAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_Width" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Width.html#GrapeCity_ActiveReports_Document_Section_PageCell_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the cell.</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_ActiveReports_Document_Section_PageCell_Clone" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Clone.html#GrapeCity_ActiveReports_Document_Section_PageCell_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a cloning of this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_Delete_GrapeCity_ActiveReports_Core_Document_DeviceInfo_" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Delete(GrapeCity.ActiveReports.Core.Document.DeviceInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Delete.html#GrapeCity_ActiveReports_Document_Section_PageCell_Delete_GrapeCity_ActiveReports_Core_Document_DeviceInfo_">Delete(DeviceInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes a cell from the parent row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_Dispose" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Dispose.html#GrapeCity_ActiveReports_Document_Section_PageCell_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_Dispose_System_Boolean_" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.Dispose.html#GrapeCity_ActiveReports_Document_Section_PageCell_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_SetResource_GrapeCity_ActiveReports_Core_Document_Page_" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.SetResource(GrapeCity.ActiveReports.Core.Document.Page)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.SetResource.html#GrapeCity_ActiveReports_Document_Section_PageCell_SetResource_GrapeCity_ActiveReports_Core_Document_Page_">SetResource(Page)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets resource from existing page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_SetResource_GrapeCity_ActiveReports_Document_Section_DrawCanvas_" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.SetResource(GrapeCity.ActiveReports.Document.Section.DrawCanvas)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.SetResource.html#GrapeCity_ActiveReports_Document_Section_PageCell_SetResource_GrapeCity_ActiveReports_Document_Section_DrawCanvas_">SetResource(DrawCanvas)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets resource from canvas.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_SplitHorizontally_GrapeCity_ActiveReports_Core_Document_DeviceInfo_System_Int32_" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.SplitHorizontally(GrapeCity.ActiveReports.Core.Document.DeviceInfo,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.SplitHorizontally.html#GrapeCity_ActiveReports_Document_Section_PageCell_SplitHorizontally_GrapeCity_ActiveReports_Core_Document_DeviceInfo_System_Int32_">SplitHorizontally(DeviceInfo, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Splits cells horizontally.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.SplitVertically.html#GrapeCity_ActiveReports_Document_Section_PageCell_SplitVertically_GrapeCity_ActiveReports_Core_Document_DeviceInfo_System_Int32_">SplitVertically(DeviceInfo, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Splits cells vertically.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_ToString" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.ToString.html#GrapeCity_ActiveReports_Document_Section_PageCell_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PageCell_PropertyChanged" data-uid="GrapeCity.ActiveReports.Document.Section.PageCell.PropertyChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PageCell.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>An event that occurs when a property is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
