# GrapeCity.Documents.Word.TableStyleOverride

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_TableStyleOverride" data-uid="GrapeCity.Documents.Word.TableStyleOverride" class="text-break">TableStyleOverride Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the area of a table to which special style formatting is applied.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_TableStyleOverride_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TableStyleOverride</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TableStyleOverride</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_Word_TableStyleOverride_Band1Horizontal">Band1Horizontal</td>
        <td><p>Banded table row conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_Band1Vertical">Band1Vertical</td>
        <td><p>Banded table column conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_Band2Horizontal">Band2Horizontal</td>
        <td><p>Even table row stripe conditional Formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_Band2Vertical">Band2Vertical</td>
        <td><p>Even table column stripe conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_FirstColumn">FirstColumn</td>
        <td><p>First table column conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_FirstRow">FirstRow</td>
        <td><p>First table row conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_LastColumn">LastColumn</td>
        <td><p>Last table column conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_LastRow">LastRow</td>
        <td><p>Last table row conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_NorthEastCell">NorthEastCell</td>
        <td><p>Top right table cell conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_NorthWestCell">NorthWestCell</td>
        <td><p>Top left table cell conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_SouthEastCell">SouthEastCell</td>
        <td><p>Bottom right table cell conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_SouthWestCell">SouthWestCell</td>
        <td><p>Bottom left table cell conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOverride_WholeTable">WholeTable</td>
        <td><p>Whole table conditional formatting.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
