# GrapeCity.Core.Theme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Core_Theme" data-uid="GrapeCity.Core.Theme" class="text-break">Theme Class
</h1>
  <div class="markdown level0 summary"><p>Represents a spreadsheet theme.</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Core.html">GrapeCity.Core</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Core_Theme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Theme</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class Theme</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_Core_Theme_ColorScheme" data-uid="GrapeCity.Core.Theme.ColorScheme">
          <a class="xref" href="GrapeCity.Core.Theme.ColorScheme.html#GrapeCity_Core_Theme_ColorScheme">ColorScheme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a Drawing.ThemeColorScheme object that represents the color scheme of a <a class="xref" href="GrapeCity.Core.Theme.html">Theme</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_Default" data-uid="GrapeCity.Core.Theme.Default">
          <a class="xref" href="GrapeCity.Core.Theme.Default.html#GrapeCity_Core_Theme_Default">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default theme for workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_EffectScheme" data-uid="GrapeCity.Core.Theme.EffectScheme">
          <a class="xref" href="GrapeCity.Core.Theme.EffectScheme.html#GrapeCity_Core_Theme_EffectScheme">EffectScheme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a Drawing.ThemeEffectScheme object that represents the effect scheme of a <a class="xref" href="GrapeCity.Core.Theme.html">Theme</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_FontScheme" data-uid="GrapeCity.Core.Theme.FontScheme">
          <a class="xref" href="GrapeCity.Core.Theme.FontScheme.html#GrapeCity_Core_Theme_FontScheme">FontScheme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Core.Theme.FontScheme.html#GrapeCity_Core_Theme_FontScheme">FontScheme</a> object that represents the font scheme of a <a class="xref" href="GrapeCity.Core.Theme.html">Theme</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_Mutable" data-uid="GrapeCity.Core.Theme.Mutable">
          <a class="xref" href="GrapeCity.Core.Theme.Mutable.html#GrapeCity_Core_Theme_Mutable">Mutable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this theme is mutable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_Name" data-uid="GrapeCity.Core.Theme.Name">
          <a class="xref" href="GrapeCity.Core.Theme.Name.html#GrapeCity_Core_Theme_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of this <a class="xref" href="GrapeCity.Core.Theme.html">Theme</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Core_Theme_ChangeColorScheme_GrapeCity_Core_Theme_GrapeCity_Core_ThemeColorScheme_" data-uid="GrapeCity.Core.Theme.ChangeColorScheme(GrapeCity.Core.Theme,GrapeCity.Core.ThemeColorScheme)">
          <a class="xref" href="GrapeCity.Core.Theme.ChangeColorScheme.html#GrapeCity_Core_Theme_ChangeColorScheme_GrapeCity_Core_Theme_GrapeCity_Core_ThemeColorScheme_">ChangeColorScheme(Theme, ThemeColorScheme)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes color scheme of the specified theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_ChangeFontScheme_GrapeCity_Core_Theme_GrapeCity_Core_ThemeFontScheme_" data-uid="GrapeCity.Core.Theme.ChangeFontScheme(GrapeCity.Core.Theme,GrapeCity.Core.ThemeFontScheme)">
          <a class="xref" href="GrapeCity.Core.Theme.ChangeFontScheme.html#GrapeCity_Core_Theme_ChangeFontScheme_GrapeCity_Core_Theme_GrapeCity_Core_ThemeFontScheme_">ChangeFontScheme(Theme, ThemeFontScheme)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes font scheme of the specified theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_Clone" data-uid="GrapeCity.Core.Theme.Clone">
          <a class="xref" href="GrapeCity.Core.Theme.Clone.html#GrapeCity_Core_Theme_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones the specified Theme to a new Theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_GetRenderColor_GrapeCity_Spreadsheet_IWorkbook_GrapeCity_Core_SchemeColor_GrapeCity_Spreadsheet_Color_" data-uid="GrapeCity.Core.Theme.GetRenderColor(GrapeCity.Spreadsheet.IWorkbook,GrapeCity.Core.SchemeColor,GrapeCity.Spreadsheet.Color)">
          <a class="xref" href="GrapeCity.Core.Theme.GetRenderColor.html#GrapeCity_Core_Theme_GetRenderColor_GrapeCity_Spreadsheet_IWorkbook_GrapeCity_Core_SchemeColor_GrapeCity_Spreadsheet_Color_">GetRenderColor(IWorkbook, SchemeColor, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display color from the specified scheme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_GetRenderFont_GrapeCity_Spreadsheet_IWorkbook_GrapeCity_Spreadsheet_Font__" data-uid="GrapeCity.Core.Theme.GetRenderFont(GrapeCity.Spreadsheet.IWorkbook,GrapeCity.Spreadsheet.Font@)">
          <a class="xref" href="GrapeCity.Core.Theme.GetRenderFont.html#GrapeCity_Core_Theme_GetRenderFont_GrapeCity_Spreadsheet_IWorkbook_GrapeCity_Spreadsheet_Font__">GetRenderFont(IWorkbook, ref Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display font from the special font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_GetRenderFont_GrapeCity_Spreadsheet_IWorkbook_GrapeCity_Spreadsheet_StyleFormat__" data-uid="GrapeCity.Core.Theme.GetRenderFont(GrapeCity.Spreadsheet.IWorkbook,GrapeCity.Spreadsheet.StyleFormat@)">
          <a class="xref" href="GrapeCity.Core.Theme.GetRenderFont.html#GrapeCity_Core_Theme_GetRenderFont_GrapeCity_Spreadsheet_IWorkbook_GrapeCity_Spreadsheet_StyleFormat__">GetRenderFont(IWorkbook, ref StyleFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display font from the special font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_GetTheme_GrapeCity_Core_BuiltInThemes_" data-uid="GrapeCity.Core.Theme.GetTheme(GrapeCity.Core.BuiltInThemes)">
          <a class="xref" href="GrapeCity.Core.Theme.GetTheme.html#GrapeCity_Core_Theme_GetTheme_GrapeCity_Core_BuiltInThemes_">GetTheme(BuiltInThemes)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the built-in theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_Theme_ToGrayscale" data-uid="GrapeCity.Core.Theme.ToGrayscale">
          <a class="xref" href="GrapeCity.Core.Theme.ToGrayscale.html#GrapeCity_Core_Theme_ToGrayscale">ToGrayscale()</a>
        </td>
        <td class="markdown level1 summary"><p>Get the corresponding grayscale theme.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
