# GrapeCity.Documents.Excel.IIcon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IIcon" data-uid="GrapeCity.Documents.Excel.IIcon" class="text-break">IIcon Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a single icon in an icon set used in a conditional formatting rule.</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_IIcon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IIcon</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IIcon</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_IIcon_Index" data-uid="GrapeCity.Documents.Excel.IIcon.Index">
          <a class="xref" href="GrapeCity.Documents.Excel.IIcon.Index.html#GrapeCity_Documents_Excel_IIcon_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that specifies the index number of the Icon object within the IconSet object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IIcon_Parent" data-uid="GrapeCity.Documents.Excel.IIcon.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.IIcon.Parent.html#GrapeCity_Documents_Excel_IIcon_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the IconSet object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
