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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Tablix_ITablixRow" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ITablixRow" class="text-break">ITablixRow Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a tablix row that has a list of cells.</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_ITablixRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITablixRow : IRenderComponent, IServiceProvider</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_ITablixRow_Cells" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ITablixRow.Cells">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ITablixRow.Cells.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Tablix_ITablixRow_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of cells in a row in the body section of the tablix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Tablix_ITablixRow_Height" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ITablixRow.Height">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ITablixRow.Height.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Tablix_ITablixRow_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of each cell in this row.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ServiceProviderExtension.GetService.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ServiceProviderExtension_GetService__1_System_IServiceProvider_">ServiceProviderExtension.GetService&lt;T&gt;(IServiceProvider)</a>
  </div>
  <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>
