# GrapeCity.ActiveReports.PageReportModel.MatrixRow.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_MatrixRow__ctor_" data-uid="GrapeCity.ActiveReports.PageReportModel.MatrixRow.#ctor*">MatrixRow Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_MatrixRow__ctor_" data-uid="GrapeCity.ActiveReports.PageReportModel.MatrixRow.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MatrixRow__ctor" data-uid="GrapeCity.ActiveReports.PageReportModel.MatrixRow.#ctor">MatrixRow()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MatrixRow.html">MatrixRow</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public MatrixRow()</code></pre>
</div>


<a id="GrapeCity_ActiveReports_PageReportModel_MatrixRow__ctor_" data-uid="GrapeCity.ActiveReports.PageReportModel.MatrixRow.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MatrixRow__ctor_GrapeCity_ActiveReports_PageReportModel_Length_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_PageReportModel_MatrixCell__" data-uid="GrapeCity.ActiveReports.PageReportModel.MatrixRow.#ctor(GrapeCity.ActiveReports.PageReportModel.Length,System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.PageReportModel.MatrixCell})">MatrixRow(Length, IEnumerable&lt;MatrixCell&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MatrixRow.html">MatrixRow</a> class using a specified height and collection of cells.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public MatrixRow(Length height, IEnumerable&lt;MatrixCell&gt; cells)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Length.html">Length</a></td>
      <td><span class="parametername">height</span></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Length.html">Length</a> value indicating the height of the matrix row.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MatrixCell.html">MatrixCell</a>&gt;</td>
      <td><span class="parametername">cells</span></td>
      <td><p>A collection of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.MatrixCell.html">MatrixCell</a> objects in the row.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
