# GrapeCity.Documents.Word.TableStyleOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_TableStyleOptions" data-uid="GrapeCity.Documents.Word.TableStyleOptions" class="text-break">TableStyleOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how table style is applied to a table.</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_TableStyleOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum TableStyleOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum TableStyleOptions</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_TableStyleOptions_All">All</td>
        <td><p>Apply all conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOptions_ColumnBands">ColumnBands</td>
        <td><p>Apply column banding conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOptions_Default">Default</td>
        <td><p>Default conditional formatting.
Apply the row and column banding formatting, but not the first row, last row, first column, or last column formatting</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOptions_FirstColumn">FirstColumn</td>
        <td><p>Apply first column conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOptions_FirstRow">FirstRow</td>
        <td><p>Apply first row conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOptions_LastColumn">LastColumn</td>
        <td><p>Apply last column conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOptions_LastRow">LastRow</td>
        <td><p>Apply last row conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOptions_None">None</td>
        <td><p>No table style formatting is applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableStyleOptions_RowBands">RowBands</td>
        <td><p>Apply row banding conditional formatting.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
