# C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_Fluent_TableColumnBuilder" data-uid="C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder" class="text-break">TableColumnBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Sheet.TableColumn.html">TableColumn</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.Sheet.TableColumn.html">TableColumn</a>, <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder.html">TableColumnBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">TableColumnBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.html">C1.Web.Mvc.Sheet.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_Fluent_TableColumnBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TableColumnBuilder : BaseBuilder&lt;TableColumn, TableColumnBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TableColumnBuilder
    Inherits BaseBuilder(Of TableColumn, TableColumnBuilder)</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_Sheet_Fluent_TableColumnBuilder__ctor_C1_Web_Mvc_Sheet_TableColumn_" data-uid="C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder.#ctor(C1.Web.Mvc.Sheet.TableColumn)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder.-ctor.html#C1_Web_Mvc_Sheet_Fluent_TableColumnBuilder__ctor_C1_Web_Mvc_Sheet_TableColumn_">TableColumnBuilder(TableColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder.html">TableColumnBuilder</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_Sheet_Fluent_TableColumnBuilder_Name_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder.Name(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder.Name.html#C1_Web_Mvc_Sheet_Fluent_TableColumnBuilder_Name_System_String_">Name(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.TableColumn.Name.html#C1_Web_Mvc_Sheet_TableColumn_Name">Name</a>.
Sets the name of the table column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_TableColumnBuilder_TotalRowFunction_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder.TotalRowFunction(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder.TotalRowFunction.html#C1_Web_Mvc_Sheet_Fluent_TableColumnBuilder_TotalRowFunction_System_String_">TotalRowFunction(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.TableColumn.TotalRowFunction.html#C1_Web_Mvc_Sheet_TableColumn_TotalRowFunction">TotalRowFunction</a>.
The function to show in the totals row cell for the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_TableColumnBuilder_TotalRowLabel_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder.TotalRowLabel(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder.TotalRowLabel.html#C1_Web_Mvc_Sheet_Fluent_TableColumnBuilder_TotalRowLabel_System_String_">TotalRowLabel(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.TableColumn.TotalRowLabel.html#C1_Web_Mvc_Sheet_TableColumn_TotalRowLabel">TotalRowLabel</a>.
The string to show in the totals row cell for the column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
