# GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_DataCellCollection" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection" class="text-break">DataCellCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the data cell collection.</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">DataCellCollection</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.html">GrapeCity.ActiveReports.Extensibility.Rendering</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_DataCellCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DataCellCollection</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_Extensibility_Rendering_DataCellCollection__ctor" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection.-ctor.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataCellCollection__ctor">DataCellCollection()</a>
        </td>
        <td class="markdown level1 summary"></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_Extensibility_Rendering_DataCellCollection_ColumnCount" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection.ColumnCount">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection.ColumnCount.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataCellCollection_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column count of the current collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataCellCollection_Count" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection.Count.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataCellCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data cell count.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataCellCollection_Item_System_Int32_System_Int32_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection.Item(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection.Item.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataCellCollection_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataCell.html">DataCell</a> with the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataCellCollection_RowCount" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection.RowCount">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection.RowCount.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataCellCollection_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row count of the current collection.</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>
