# GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ICellContents

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Tablix_ICellContents" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ICellContents" class="text-break">ICellContents Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a report item contained in the body, header, or corner cell of a tablix.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Tablix_ICellContents_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICellContents</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_Rendering_Components_Tablix_ICellContents_ColSpan" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ICellContents.ColSpan">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ICellContents.ColSpan.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Tablix_ICellContents_ColSpan">ColSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns this cell spans.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Tablix_ICellContents_ReportItem" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ICellContents.ReportItem">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ICellContents.ReportItem.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Tablix_ICellContents_ReportItem">ReportItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the report item for this cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Tablix_ICellContents_RowSpan" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ICellContents.RowSpan">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ICellContents.RowSpan.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Tablix_ICellContents_RowSpan">RowSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows this cell spans.</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>
