# C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_TransposedMultiRow_Fluent_CellBuilder" data-uid="C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder" class="text-break">CellBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Cell.html">Cell</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.Cell.html">Cell</a>, <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder.html">CellBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.html">ColumnBaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Cell.html">Cell</a>, <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder.html">CellBuilder</a>&gt;</div>
    <div class="level4"><span class="xref">CellBuilder</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_CellBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellBuilder : ColumnBaseBuilder&lt;Cell, CellBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellBuilder
    Inherits ColumnBaseBuilder(Of Cell, CellBuilder)</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_CellBuilder__ctor_C1_Web_Mvc_TransposedMultiRow_Cell_" data-uid="C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder.#ctor(C1.Web.Mvc.TransposedMultiRow.Cell)">
          <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder.-ctor.html#C1_Web_Mvc_TransposedMultiRow_Fluent_CellBuilder__ctor_C1_Web_Mvc_TransposedMultiRow_Cell_">CellBuilder(Cell)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder.html">CellBuilder</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_CellBuilder_Colspan_System_Int32_" data-uid="C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder.Colspan(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder.Colspan.html#C1_Web_Mvc_TransposedMultiRow_Fluent_CellBuilder_Colspan_System_Int32_">Colspan(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Cell.Colspan.html#C1_Web_Mvc_TransposedMultiRow_Cell_Colspan">Colspan</a>.
Number of grid columns spanned by the group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TransposedMultiRow_Fluent_CellBuilder_Rowspan_System_Int32_" data-uid="C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder.Rowspan(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder.Rowspan.html#C1_Web_Mvc_TransposedMultiRow_Fluent_CellBuilder_Rowspan_System_Int32_">Rowspan(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TransposedMultiRow.Cell.Rowspan.html#C1_Web_Mvc_TransposedMultiRow_Cell_Rowspan">Rowspan</a>.
Number of grid rows spanned by the group.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
