# C1.Web.Mvc.Fluent.CellTemplateHandler

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_CellTemplateHandler" data-uid="C1.Web.Mvc.Fluent.CellTemplateHandler" class="text-break">CellTemplateHandler Class
</h1>
  <div class="markdown level0 summary"><p>Handler for each cell unit in the header template.</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.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="C1.Web.Mvc.HeaderTemplateCell.html">HeaderTemplateCell</a>&gt;, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="C1.Web.Mvc.Fluent.HeaderTemplateCellBuilder.html">HeaderTemplateCellBuilder</a>&gt;&gt;</div>
    <div class="level3"><span class="xref">CellTemplateHandler</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_CellTemplateHandler_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellTemplateHandler : BaseBuilder&lt;List&lt;HeaderTemplateCell&gt;, List&lt;HeaderTemplateCellBuilder&gt;&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellTemplateHandler
    Inherits BaseBuilder(Of List(Of HeaderTemplateCell), List(Of HeaderTemplateCellBuilder))</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_Fluent_CellTemplateHandler__ctor_C1_Web_Mvc_HeaderTemplate_" data-uid="C1.Web.Mvc.Fluent.CellTemplateHandler.#ctor(C1.Web.Mvc.HeaderTemplate)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CellTemplateHandler.-ctor.html#C1_Web_Mvc_Fluent_CellTemplateHandler__ctor_C1_Web_Mvc_HeaderTemplate_">CellTemplateHandler(HeaderTemplate)</a>
        </td>
        <td class="markdown level1 summary"><p>constructor</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_Fluent_CellTemplateHandler_Set_System_Int32_System_Int32_System_Int32_System_Int32_System_String_" data-uid="C1.Web.Mvc.Fluent.CellTemplateHandler.Set(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CellTemplateHandler.Set.html#C1_Web_Mvc_Fluent_CellTemplateHandler_Set_System_Int32_System_Int32_System_Int32_System_Int32_System_String_">Set(int, int, int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Set value for properties of cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
