# C1.Web.Mvc.Sheet.TableColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_TableColumn" data-uid="C1.Web.Mvc.Sheet.TableColumn" class="text-break">TableColumn Class
</h1>
  <div class="markdown level0 summary"><p>Represents a column within the Table.</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">TableColumn</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Sheet.html">C1.Web.Mvc.Sheet</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_TableColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TableColumn</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TableColumn</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_TableColumn__ctor" data-uid="C1.Web.Mvc.Sheet.TableColumn.#ctor">
          <a class="xref" href="C1.Web.Mvc.Sheet.TableColumn.-ctor.html#C1_Web_Mvc_Sheet_TableColumn__ctor">TableColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Sheet.TableColumn.html">TableColumn</a> instance.</p>
</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_Sheet_TableColumn_Name" data-uid="C1.Web.Mvc.Sheet.TableColumn.Name">
          <a class="xref" href="C1.Web.Mvc.Sheet.TableColumn.Name.html#C1_Web_Mvc_Sheet_TableColumn_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the table column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_TableColumn_TotalRowFunction" data-uid="C1.Web.Mvc.Sheet.TableColumn.TotalRowFunction">
          <a class="xref" href="C1.Web.Mvc.Sheet.TableColumn.TotalRowFunction.html#C1_Web_Mvc_Sheet_TableColumn_TotalRowFunction">TotalRowFunction</a>
        </td>
        <td class="markdown level1 summary"><p>The function to show in the totals row cell for the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_TableColumn_TotalRowLabel" data-uid="C1.Web.Mvc.Sheet.TableColumn.TotalRowLabel">
          <a class="xref" href="C1.Web.Mvc.Sheet.TableColumn.TotalRowLabel.html#C1_Web_Mvc_Sheet_TableColumn_TotalRowLabel">TotalRowLabel</a>
        </td>
        <td class="markdown level1 summary"><p>The string to show in the totals row cell for the column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
