# C1.Web.Mvc.HeaderTemplateCell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_HeaderTemplateCell" data-uid="C1.Web.Mvc.HeaderTemplateCell" class="text-break">HeaderTemplateCell Class
</h1>
  <div class="markdown level0 summary"><p>Represents a item for the GroupHeaderTemplate.</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">HeaderTemplateCell</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_HeaderTemplateCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HeaderTemplateCell</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HeaderTemplateCell</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_HeaderTemplateCell__ctor" data-uid="C1.Web.Mvc.HeaderTemplateCell.#ctor">
          <a class="xref" href="C1.Web.Mvc.HeaderTemplateCell.-ctor.html#C1_Web_Mvc_HeaderTemplateCell__ctor">HeaderTemplateCell()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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="C1_Web_Mvc_HeaderTemplateCell_Col" data-uid="C1.Web.Mvc.HeaderTemplateCell.Col">
          <a class="xref" href="C1.Web.Mvc.HeaderTemplateCell.Col.html#C1_Web_Mvc_HeaderTemplateCell_Col">Col</a>
        </td>
        <td class="markdown level1 summary"><p>column position</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_HeaderTemplateCell_ColSpan" data-uid="C1.Web.Mvc.HeaderTemplateCell.ColSpan">
          <a class="xref" href="C1.Web.Mvc.HeaderTemplateCell.ColSpan.html#C1_Web_Mvc_HeaderTemplateCell_ColSpan">ColSpan</a>
        </td>
        <td class="markdown level1 summary"><p>column span</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_HeaderTemplateCell_Row" data-uid="C1.Web.Mvc.HeaderTemplateCell.Row">
          <a class="xref" href="C1.Web.Mvc.HeaderTemplateCell.Row.html#C1_Web_Mvc_HeaderTemplateCell_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>row position</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_HeaderTemplateCell_RowSpan" data-uid="C1.Web.Mvc.HeaderTemplateCell.RowSpan">
          <a class="xref" href="C1.Web.Mvc.HeaderTemplateCell.RowSpan.html#C1_Web_Mvc_HeaderTemplateCell_RowSpan">RowSpan</a>
        </td>
        <td class="markdown level1 summary"><p>row span</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_HeaderTemplateCell_Title" data-uid="C1.Web.Mvc.HeaderTemplateCell.Title">
          <a class="xref" href="C1.Web.Mvc.HeaderTemplateCell.Title.html#C1_Web_Mvc_HeaderTemplateCell_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Text will appear in this area</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_HeaderTemplateCell_Set_System_Int32_System_Int32_System_Int32_System_Int32_System_String_" data-uid="C1.Web.Mvc.HeaderTemplateCell.Set(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
          <a class="xref" href="C1.Web.Mvc.HeaderTemplateCell.Set.html#C1_Web_Mvc_HeaderTemplateCell_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>
