# GrapeCity.Documents.Excel.IInterior

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IInterior" data-uid="GrapeCity.Documents.Excel.IInterior" class="text-break">IInterior Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the interior of an object.</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_IInterior_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IInterior</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IInterior</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_IInterior_Color" data-uid="GrapeCity.Documents.Excel.IInterior.Color">
          <a class="xref" href="GrapeCity.Documents.Excel.IInterior.Color.html#GrapeCity_Documents_Excel_IInterior_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Color of the represented interior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IInterior_ColorIndex" data-uid="GrapeCity.Documents.Excel.IInterior.ColorIndex">
          <a class="xref" href="GrapeCity.Documents.Excel.IInterior.ColorIndex.html#GrapeCity_Documents_Excel_IInterior_ColorIndex">ColorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the interior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IInterior_Gradient" data-uid="GrapeCity.Documents.Excel.IInterior.Gradient">
          <a class="xref" href="GrapeCity.Documents.Excel.IInterior.Gradient.html#GrapeCity_Documents_Excel_IInterior_Gradient">Gradient</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Gradient property of an Interior object of a selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IInterior_Pattern" data-uid="GrapeCity.Documents.Excel.IInterior.Pattern">
          <a class="xref" href="GrapeCity.Documents.Excel.IInterior.Pattern.html#GrapeCity_Documents_Excel_IInterior_Pattern">Pattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interior pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IInterior_PatternColor" data-uid="GrapeCity.Documents.Excel.IInterior.PatternColor">
          <a class="xref" href="GrapeCity.Documents.Excel.IInterior.PatternColor.html#GrapeCity_Documents_Excel_IInterior_PatternColor">PatternColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Color of the pattern for the represented interior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IInterior_PatternColorIndex" data-uid="GrapeCity.Documents.Excel.IInterior.PatternColorIndex">
          <a class="xref" href="GrapeCity.Documents.Excel.IInterior.PatternColorIndex.html#GrapeCity_Documents_Excel_IInterior_PatternColorIndex">PatternColorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the interior pattern as an index into the current color palette.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IInterior_PatternThemeColor" data-uid="GrapeCity.Documents.Excel.IInterior.PatternThemeColor">
          <a class="xref" href="GrapeCity.Documents.Excel.IInterior.PatternThemeColor.html#GrapeCity_Documents_Excel_IInterior_PatternThemeColor">PatternThemeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a theme color pattern for an Interior object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IInterior_PatternTintAndShade" data-uid="GrapeCity.Documents.Excel.IInterior.PatternTintAndShade">
          <a class="xref" href="GrapeCity.Documents.Excel.IInterior.PatternTintAndShade.html#GrapeCity_Documents_Excel_IInterior_PatternTintAndShade">PatternTintAndShade</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a tint and shade pattern for an Interior object.
The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IInterior_ThemeColor" data-uid="GrapeCity.Documents.Excel.IInterior.ThemeColor">
          <a class="xref" href="GrapeCity.Documents.Excel.IInterior.ThemeColor.html#GrapeCity_Documents_Excel_IInterior_ThemeColor">ThemeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the theme color in the applied color scheme that is associated with the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IInterior_TintAndShade" data-uid="GrapeCity.Documents.Excel.IInterior.TintAndShade">
          <a class="xref" href="GrapeCity.Documents.Excel.IInterior.TintAndShade.html#GrapeCity_Documents_Excel_IInterior_TintAndShade">TintAndShade</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that lightens or darkens a color.
The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
