# C1.Web.Mvc.Sheet.WorkbookTableColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_WorkbookTableColumn" data-uid="C1.Web.Mvc.Sheet.WorkbookTableColumn" class="text-break">WorkbookTableColumn Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Table Column definition.</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">WorkbookTableColumn</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_WorkbookTableColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class WorkbookTableColumn</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class WorkbookTableColumn</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_WorkbookTableColumn__ctor" data-uid="C1.Web.Mvc.Sheet.WorkbookTableColumn.#ctor">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTableColumn.-ctor.html#C1_Web_Mvc_Sheet_WorkbookTableColumn__ctor">WorkbookTableColumn()</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_Sheet_WorkbookTableColumn_Name" data-uid="C1.Web.Mvc.Sheet.WorkbookTableColumn.Name">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTableColumn.Name.html#C1_Web_Mvc_Sheet_WorkbookTableColumn_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>The name of the table column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTableColumn_ShowFilterButton" data-uid="C1.Web.Mvc.Sheet.WorkbookTableColumn.ShowFilterButton">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTableColumn.ShowFilterButton.html#C1_Web_Mvc_Sheet_WorkbookTableColumn_ShowFilterButton">ShowFilterButton</a>
        </td>
        <td class="markdown level1 summary"><p>Indicating whether show filter button for the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTableColumn_TotalRowFunction" data-uid="C1.Web.Mvc.Sheet.WorkbookTableColumn.TotalRowFunction">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTableColumn.TotalRowFunction.html#C1_Web_Mvc_Sheet_WorkbookTableColumn_TotalRowFunction">TotalRowFunction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the function to show in the totals row cell for this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTableColumn_TotalRowLabel" data-uid="C1.Web.Mvc.Sheet.WorkbookTableColumn.TotalRowLabel">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTableColumn.TotalRowLabel.html#C1_Web_Mvc_Sheet_WorkbookTableColumn_TotalRowLabel">TotalRowLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string to show in the totals row cell for the column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
