# C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder" data-uid="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder" class="text-break">CellGroupBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.CellGroup.html">CellGroup</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.TransposedMultiRow.CellGroup.html">CellGroup</a>, <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.html">CellGroupBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">CellGroupBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.html">C1.Web.Mvc.TransposedMultiRow.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.TransposedMultiRow.dll</h6>
  <h5 id="C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellGroupBuilder : BaseBuilder&lt;CellGroup, CellGroupBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellGroupBuilder
    Inherits BaseBuilder(Of CellGroup, CellGroupBuilder)</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="C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder__ctor_C1_Web_Mvc_TransposedMultiRow_CellGroup_" data-uid="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.#ctor(C1.Web.Mvc.TransposedMultiRow.CellGroup)">
          <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.-ctor.html#C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder__ctor_C1_Web_Mvc_TransposedMultiRow_CellGroup_">CellGroupBuilder(CellGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.html">CellGroupBuilder</a> instance to configurate <code class="paramref">obj</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder_Cells_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_TransposedMultiRow_Cell_C1_Web_Mvc_TransposedMultiRow_Fluent_CellBuilder___" data-uid="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.Cells(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.TransposedMultiRow.Cell,C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder}})">
          <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.Cells.html#C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder_Cells_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_TransposedMultiRow_Cell_C1_Web_Mvc_TransposedMultiRow_Fluent_CellBuilder___">Cells(Action&lt;ListItemFactory&lt;Cell, CellBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configure <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Cell.html">Cell</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder_Colspan_System_Int32_" data-uid="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.Colspan(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.Colspan.html#C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder_Colspan_System_Int32_">Colspan(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.CellGroup.Colspan.html#C1_Web_Mvc_TransposedMultiRow_CellGroup_Colspan">Colspan</a>.
Number of grid columns spanned by the group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder_Header_System_String_" data-uid="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.Header(System.String)">
          <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.Header.html#C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder_Header_System_String_">Header(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.CellGroup.Header.html#C1_Web_Mvc_TransposedMultiRow_CellGroup_Header">Header</a>.
Group header (shown when the headers are collapsed).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder_IsRowHeader_System_Boolean_" data-uid="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.IsRowHeader(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellGroupBuilder.IsRowHeader.html#C1_Web_Mvc_TransposedMultiRow_Fluent_CellGroupBuilder_IsRowHeader_System_Boolean_">IsRowHeader(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.CellGroup.IsRowHeader.html#C1_Web_Mvc_TransposedMultiRow_CellGroup_IsRowHeader">IsRowHeader</a>.
Sets a value that determines whether this is a row header group.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
