# GrapeCity.Documents.Excel.ITheme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ITheme" data-uid="GrapeCity.Documents.Excel.ITheme" class="text-break">ITheme Interface
</h1>
  <div class="markdown level0 summary"><p>Contains the theme information.</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_ITheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITheme</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITheme</code></pre>
  </div>
  <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_ITheme_IsBuiltIn" data-uid="GrapeCity.Documents.Excel.ITheme.IsBuiltIn">
          <a class="xref" href="GrapeCity.Documents.Excel.ITheme.IsBuiltIn.html#GrapeCity_Documents_Excel_ITheme_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_ITheme_Name" data-uid="GrapeCity.Documents.Excel.ITheme.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.ITheme.Name.html#GrapeCity_Documents_Excel_ITheme_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_ITheme_ThemeColorScheme" data-uid="GrapeCity.Documents.Excel.ITheme.ThemeColorScheme">
          <a class="xref" href="GrapeCity.Documents.Excel.ITheme.ThemeColorScheme.html#GrapeCity_Documents_Excel_ITheme_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_ITheme_ThemeFontScheme" data-uid="GrapeCity.Documents.Excel.ITheme.ThemeFontScheme">
          <a class="xref" href="GrapeCity.Documents.Excel.ITheme.ThemeFontScheme.html#GrapeCity_Documents_Excel_ITheme_ThemeFontScheme">ThemeFontScheme</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a font scheme within the theme.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
