# GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableRow

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableRow" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableRow" class="text-break">ITableRow Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface for a table row object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITableRow : IToggleReceiver, IDocumentMapItem, IActionableItem</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_Table_ITableRow_CanShrink" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableRow.CanShrink">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableRow.CanShrink.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableRow_CanShrink">CanShrink</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the row contains only cells with CanShrink set to <code>true</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableRow_Cells" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableRow.Cells">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableRow.Cells.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableRow_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of table cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableRow_Height" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableRow.Height">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableRow.Height.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableRow_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the table row height.</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>
