# C1.Web.Mvc.Sheet.WorkbookTable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_WorkbookTable" data-uid="C1.Web.Mvc.Sheet.WorkbookTable" class="text-break">WorkbookTable Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Table 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">WorkbookTable</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_WorkbookTable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class WorkbookTable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class WorkbookTable</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_WorkbookTable__ctor" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.#ctor">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.-ctor.html#C1_Web_Mvc_Sheet_WorkbookTable__ctor">WorkbookTable()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a WorkbookTable instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTable__ctor_System_String_System_String_C1_Web_Mvc_Sheet_WorkbookTableStyle_System_Collections_Generic_List_C1_Web_Mvc_Sheet_WorkbookTableColumn__" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.#ctor(System.String,System.String,C1.Web.Mvc.Sheet.WorkbookTableStyle,System.Collections.Generic.List{C1.Web.Mvc.Sheet.WorkbookTableColumn})">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.-ctor.html#C1_Web_Mvc_Sheet_WorkbookTable__ctor_System_String_System_String_C1_Web_Mvc_Sheet_WorkbookTableStyle_System_Collections_Generic_List_C1_Web_Mvc_Sheet_WorkbookTableColumn__">WorkbookTable(string, string, WorkbookTableStyle, List&lt;WorkbookTableColumn&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a WorkbookTable 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_WorkbookTable_AlterFirstColumn" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.AlterFirstColumn">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.AlterFirstColumn.html#C1_Web_Mvc_Sheet_WorkbookTable_AlterFirstColumn">AlterFirstColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Indicating whether the first column in the table should have the style applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTable_AlterLastColumn" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.AlterLastColumn">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.AlterLastColumn.html#C1_Web_Mvc_Sheet_WorkbookTable_AlterLastColumn">AlterLastColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Indicating whether the last column in the table should have the style applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTable_Columns" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.Columns">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.Columns.html#C1_Web_Mvc_Sheet_WorkbookTable_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the columns of the table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTable_Name" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.Name">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.Name.html#C1_Web_Mvc_Sheet_WorkbookTable_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTable_Range" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.Range">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.Range.html#C1_Web_Mvc_Sheet_WorkbookTable_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets range on the relevant sheet that the table occupies expressed using A1 style referencing. i.e. &quot;A1:D4&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTable_ShowBandedColumns" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.ShowBandedColumns">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.ShowBandedColumns.html#C1_Web_Mvc_Sheet_WorkbookTable_ShowBandedColumns">ShowBandedColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Indicating whether banded column formatting is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTable_ShowBandedRows" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.ShowBandedRows">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.ShowBandedRows.html#C1_Web_Mvc_Sheet_WorkbookTable_ShowBandedRows">ShowBandedRows</a>
        </td>
        <td class="markdown level1 summary"><p>Indicating whether banded row formatting is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTable_ShowHeaderRow" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.ShowHeaderRow">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.ShowHeaderRow.html#C1_Web_Mvc_Sheet_WorkbookTable_ShowHeaderRow">ShowHeaderRow</a>
        </td>
        <td class="markdown level1 summary"><p>Indicating whether show the header row for the table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTable_ShowTotalRow" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.ShowTotalRow">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.ShowTotalRow.html#C1_Web_Mvc_Sheet_WorkbookTable_ShowTotalRow">ShowTotalRow</a>
        </td>
        <td class="markdown level1 summary"><p>Indicating whether show the total row for the table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_WorkbookTable_Style" data-uid="C1.Web.Mvc.Sheet.WorkbookTable.Style">
          <a class="xref" href="C1.Web.Mvc.Sheet.WorkbookTable.Style.html#C1_Web_Mvc_Sheet_WorkbookTable_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets table style to use with the table.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
