# GrapeCity.Documents.Excel.ThemeColor

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_ThemeColor" data-uid="GrapeCity.Documents.Excel.ThemeColor" class="text-break">ThemeColor Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the theme color. This is the displayed order.</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_ThemeColor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ThemeColor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ThemeColor</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_ThemeColor_Accent1">Accent1</td>
        <td><p>Specifies the accent1 theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_Accent2">Accent2</td>
        <td><p>Specifies the accent2 theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_Accent3">Accent3</td>
        <td><p>Specifies the accent3 theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_Accent4">Accent4</td>
        <td><p>Specifies the accent4 theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_Accent5">Accent5</td>
        <td><p>Specifies the accent5 theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_Accent6">Accent6</td>
        <td><p>Specifies the accent6 theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_Dark1">Dark1</td>
        <td><p>Specifies the Dark 1 theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_Dark2">Dark2</td>
        <td><p>Specifies the Dark 2 theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_FollowedHyperlink">FollowedHyperlink</td>
        <td><p>Specifies the followed hyperlink theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_Hyperlink">Hyperlink</td>
        <td><p>Specifies the hyperlink theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_Light1">Light1</td>
        <td><p>Specifies the Light 1 theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_Light2">Light2</td>
        <td><p>Specifies the Light 2 theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ThemeColor_None">None</td>
        <td><p>Specifies to not use any theme color.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
