# GrapeCity.Documents.Excel.TableStyleElementType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_TableStyleElementType" data-uid="GrapeCity.Documents.Excel.TableStyleElementType" class="text-break">TableStyleElementType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the table style element used.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_TableStyleElementType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TableStyleElementType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TableStyleElementType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_BlankRow">BlankRow</td>
        <td><p>Specifies the blank row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_FirstColumn">FirstColumn</td>
        <td><p>Specifies the first column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_FirstColumnStripe">FirstColumnStripe</td>
        <td><p>Specifies column stripe1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_FirstColumnSubheading">FirstColumnSubheading</td>
        <td><p>Specifies column subheading1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_FirstHeaderCell">FirstHeaderCell</td>
        <td><p>Specifies the first header cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_FirstRowStripe">FirstRowStripe</td>
        <td><p>Specifies row stripe1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_FirstRowSubheading">FirstRowSubheading</td>
        <td><p>Specifies row subheading1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_FirstSubtotalColumn">FirstSubtotalColumn</td>
        <td><p>Specifies the subtotal column1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_FirstSubtotalRow">FirstSubtotalRow</td>
        <td><p>Specifies the subtotal row1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_FirstTotalCell">FirstTotalCell</td>
        <td><p>Specifies the first total cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_GrandTotalColumn">GrandTotalColumn</td>
        <td><p>Specifies the grand total column in pivot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_GrandTotalRow">GrandTotalRow</td>
        <td><p>Specifies the grand total row in pivot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_HeaderRow">HeaderRow</td>
        <td><p>Specifes the header row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_HoveredSelectedItemWithData">HoveredSelectedItemWithData</td>
        <td><p>Specifies a selected item, hovered over by the user, that contains data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_HoveredSelectedItemWithNoData">HoveredSelectedItemWithNoData</td>
        <td><p>Specifies a selected item, hovered over by the user, that does not contain data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_HoveredUnselectedItemWithData">HoveredUnselectedItemWithData</td>
        <td><p>Specifies an item, hovered over by the user, that is not selected and that contains data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_HoveredUnselectedItemWithNoData">HoveredUnselectedItemWithNoData</td>
        <td><p>Specifies a selected item, hovered over by the user, that is not selected and that does not contain data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_LastColumn">LastColumn</td>
        <td><p>Specifies the last column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_LastHeaderCell">LastHeaderCell</td>
        <td><p>Specifies the last header cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_LastTotalCell">LastTotalCell</td>
        <td><p>Specifies the last total cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_PageFieldLabels">PageFieldLabels</td>
        <td><p>Specifies page field labels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_PageFieldValues">PageFieldValues</td>
        <td><p>Specifies page field values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_SecondColumnStripe">SecondColumnStripe</td>
        <td><p>Specifies column stripe2.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_SecondColumnSubheading">SecondColumnSubheading</td>
        <td><p>Specifies column subheading2.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_SecondRowStripe">SecondRowStripe</td>
        <td><p>Specifies row stripe2.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_SecondRowSubheading">SecondRowSubheading</td>
        <td><p>Specifies row subheading2.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_SecondSubtotalColumn">SecondSubtotalColumn</td>
        <td><p>Specifies the subtotal column2.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_SecondSubtotalRow">SecondSubtotalRow</td>
        <td><p>Specifies the subtotal row2.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_SelectedItemWithData">SelectedItemWithData</td>
        <td><p>Specifies a selected item that contains data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_SelectedItemWithNoData">SelectedItemWithNoData</td>
        <td><p>Specifies a selected item that does not contain data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_ThirdColumnSubheading">ThirdColumnSubheading</td>
        <td><p>Specifies column subheading3.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_ThirdRowSubheading">ThirdRowSubheading</td>
        <td><p>Specifies row subheading3.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_ThirdSubtotalColumn">ThirdSubtotalColumn</td>
        <td><p>Specifies the subtotal column3.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_ThirdSubtotalRow">ThirdSubtotalRow</td>
        <td><p>Specifies the subtotal row3.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_TimelinePeriodLabels1">TimelinePeriodLabels1</td>
        <td><p>Specifies timeline period Label.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_TimelinePeriodLabels2">TimelinePeriodLabels2</td>
        <td><p>Specifies additional timeline period label.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_TimelineSelectedTimeBlock">TimelineSelectedTimeBlock</td>
        <td><p>Specifies selected timeline time block.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_TimelineSelectedTimeBlockSpace">TimelineSelectedTimeBlockSpace</td>
        <td><p>Specifies selected timeline time block space.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_TimelineSelectionLabel">TimelineSelectionLabel</td>
        <td><p>Specifies timeline selection label.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_TimelineTimeLevel">TimelineTimeLevel</td>
        <td><p>Specifies timeline level.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_TimelineUnselectedTimeBlock">TimelineUnselectedTimeBlock</td>
        <td><p>Specifies unselected timeline time block.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_TotalRow">TotalRow</td>
        <td><p>Specifies the total row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_UnselectedItemWithData">UnselectedItemWithData</td>
        <td><p>Specifies an item that is not selected that contains data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_UnselectedItemWithNoData">UnselectedItemWithNoData</td>
        <td><p>Specifies an item that is not selected that does not contain data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TableStyleElementType_WholeTable">WholeTable</td>
        <td><p>Specifies the entire table.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
