# GrapeCity.Spreadsheet.IInterior

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IInterior" data-uid="GrapeCity.Spreadsheet.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.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_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_Spreadsheet_IInterior_Color" data-uid="GrapeCity.Spreadsheet.IInterior.Color">
          <a class="xref" href="GrapeCity.Spreadsheet.IInterior.Color.html#GrapeCity_Spreadsheet_IInterior_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the primary color of the object, as shown in the table in the remarks section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IInterior_ColorIndex" data-uid="GrapeCity.Spreadsheet.IInterior.ColorIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.IInterior.ColorIndex.html#GrapeCity_Spreadsheet_IInterior_ColorIndex">ColorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the interior as an index into the current color palette, or as one of the following constants: <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexAutomatic.html">ColorIndexAutomatic</a> or <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexNone.html">ColorIndexNone</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IInterior_Gradient" data-uid="GrapeCity.Spreadsheet.IInterior.Gradient">
          <a class="xref" href="GrapeCity.Spreadsheet.IInterior.Gradient.html#GrapeCity_Spreadsheet_IInterior_Gradient">Gradient</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the IGradient property of an Interior object of a selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IInterior_Pattern" data-uid="GrapeCity.Spreadsheet.IInterior.Pattern">
          <a class="xref" href="GrapeCity.Spreadsheet.IInterior.Pattern.html#GrapeCity_Spreadsheet_IInterior_Pattern">Pattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Spreadsheet.PatternType.html">PatternType</a> value that represents the interior pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IInterior_PatternColor" data-uid="GrapeCity.Spreadsheet.IInterior.PatternColor">
          <a class="xref" href="GrapeCity.Spreadsheet.IInterior.PatternColor.html#GrapeCity_Spreadsheet_IInterior_PatternColor">PatternColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the interior pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IInterior_PatternColorIndex" data-uid="GrapeCity.Spreadsheet.IInterior.PatternColorIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.IInterior.PatternColorIndex.html#GrapeCity_Spreadsheet_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, or as one of the following constants: <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexAutomatic.html">ColorIndexAutomatic</a> or <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexNone.html">ColorIndexNone</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IInterior_PatternThemeColor" data-uid="GrapeCity.Spreadsheet.IInterior.PatternThemeColor">
          <a class="xref" href="GrapeCity.Spreadsheet.IInterior.PatternThemeColor.html#GrapeCity_Spreadsheet_IInterior_PatternThemeColor">PatternThemeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the pattern theme color in the applied color scheme that is associated with the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IInterior_PatternTintAndShade" data-uid="GrapeCity.Spreadsheet.IInterior.PatternTintAndShade">
          <a class="xref" href="GrapeCity.Spreadsheet.IInterior.PatternTintAndShade.html#GrapeCity_Spreadsheet_IInterior_PatternTintAndShade">PatternTintAndShade</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that lightens or darkens a pattern color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IInterior_ThemeColor" data-uid="GrapeCity.Spreadsheet.IInterior.ThemeColor">
          <a class="xref" href="GrapeCity.Spreadsheet.IInterior.ThemeColor.html#GrapeCity_Spreadsheet_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_Spreadsheet_IInterior_TintAndShade" data-uid="GrapeCity.Spreadsheet.IInterior.TintAndShade">
          <a class="xref" href="GrapeCity.Spreadsheet.IInterior.TintAndShade.html#GrapeCity_Spreadsheet_IInterior_TintAndShade">TintAndShade</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that lightens or darkens a color.</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_Spreadsheet_IInterior_ApplyInterior_GrapeCity_Spreadsheet_Fill_" data-uid="GrapeCity.Spreadsheet.IInterior.ApplyInterior(GrapeCity.Spreadsheet.Fill)">
          <a class="xref" href="GrapeCity.Spreadsheet.IInterior.ApplyInterior.html#GrapeCity_Spreadsheet_IInterior_ApplyInterior_GrapeCity_Spreadsheet_Fill_">ApplyInterior(Fill)</a>
        </td>
        <td class="markdown level1 summary"><p>Apply fill's setting for whole the fill</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
