# GrapeCity.ActiveReports.PageReportModel.TableRow.TableCells

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_TableRow_TableCells_" data-uid="GrapeCity.ActiveReports.PageReportModel.TableRow.TableCells*">TableCells Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_TableRow_TableCells_" data-uid="GrapeCity.ActiveReports.PageReportModel.TableRow.TableCells*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_TableRow_TableCells" data-uid="GrapeCity.ActiveReports.PageReportModel.TableRow.TableCells">TableCells</h4>
<div class="markdown level1 summary"><p>Gets the cells with a content of the row.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TableCellCollection TableCells { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.TableCellCollection.html">TableCellCollection</a></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.TableCellCollection.html">TableCellCollection</a> object containing the cells of the row.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_PageReportModel_TableRow_TableCells_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>There is one cell per column in a table.</p>
</div>
</div>
