# GrapeCity.ActiveReports.Extensibility.Layout.IGridCell

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_IGridCell" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.IGridCell" class="text-break">IGridCell Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a single cell in the virtual grid.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.html">GrapeCity.ActiveReports.Extensibility.Layout</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Layout_IGridCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGridCell</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_ActiveReports_Extensibility_Layout_IGridCell_ColumnSpan" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.IGridCell.ColumnSpan">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.IGridCell.ColumnSpan.html#GrapeCity_ActiveReports_Extensibility_Layout_IGridCell_ColumnSpan">ColumnSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column span for this cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_IGridCell_Content" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.IGridCell.Content">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.IGridCell.Content.html#GrapeCity_ActiveReports_Extensibility_Layout_IGridCell_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual content to be rendered in this cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_IGridCell_EffectiveBorders" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.IGridCell.EffectiveBorders">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.IGridCell.EffectiveBorders.html#GrapeCity_ActiveReports_Extensibility_Layout_IGridCell_EffectiveBorders">EffectiveBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the effective border styles for this cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_IGridCell_RowSpan" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.IGridCell.RowSpan">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.IGridCell.RowSpan.html#GrapeCity_ActiveReports_Extensibility_Layout_IGridCell_RowSpan">RowSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row span for this cell.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
