# GrapeCity.Documents.Excel.Theme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Theme" data-uid="GrapeCity.Documents.Excel.Theme" class="text-break">Theme Class
</h1>
  <div class="markdown level0 summary"><p>Contains the theme information.</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">Theme</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Excel.ITheme.html">ITheme</a></div>
  </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_Theme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Theme : ITheme</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Theme
    Implements ITheme</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="GrapeCity_Documents_Excel_Theme__ctor_System_String_GrapeCity_Documents_Excel_ITheme_" data-uid="GrapeCity.Documents.Excel.Theme.#ctor(System.String,GrapeCity.Documents.Excel.ITheme)">
          <a class="xref" href="GrapeCity.Documents.Excel.Theme.-ctor.html#GrapeCity_Documents_Excel_Theme__ctor_System_String_GrapeCity_Documents_Excel_ITheme_">Theme(string, ITheme)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor.
Creates a new theme based on the given theme, if the given theme is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> (<code>Nothing</code> in Visual Basic), then the theme is based on the office theme.</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="GrapeCity_Documents_Excel_Theme_IsBuiltIn" data-uid="GrapeCity.Documents.Excel.Theme.IsBuiltIn">
          <a class="xref" href="GrapeCity.Documents.Excel.Theme.IsBuiltIn.html#GrapeCity_Documents_Excel_Theme_IsBuiltIn">IsBuiltIn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the theme is a built-in theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Theme_Name" data-uid="GrapeCity.Documents.Excel.Theme.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.Theme.Name.html#GrapeCity_Documents_Excel_Theme_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Theme_ThemeColorScheme" data-uid="GrapeCity.Documents.Excel.Theme.ThemeColorScheme">
          <a class="xref" href="GrapeCity.Documents.Excel.Theme.ThemeColorScheme.html#GrapeCity_Documents_Excel_Theme_ThemeColorScheme">ThemeColorScheme</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a color scheme within the theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Theme_ThemeFontScheme" data-uid="GrapeCity.Documents.Excel.Theme.ThemeFontScheme">
          <a class="xref" href="GrapeCity.Documents.Excel.Theme.ThemeFontScheme.html#GrapeCity_Documents_Excel_Theme_ThemeFontScheme">ThemeFontScheme</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a font scheme within the theme.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
