# GrapeCity.Documents.Excel.IIconSet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IIconSet" data-uid="GrapeCity.Documents.Excel.IIconSet" class="text-break">IIconSet Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a single set of icons that are used in an icon set 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_IIconSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IIconSet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IIconSet</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_IIconSet_Count" data-uid="GrapeCity.Documents.Excel.IIconSet.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.IIconSet.Count.html#GrapeCity_Documents_Excel_IIconSet_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an Integer value that specifies the number of icons in the icon set (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IIconSet_ID" data-uid="GrapeCity.Documents.Excel.IIconSet.ID">
          <a class="xref" href="GrapeCity.Documents.Excel.IIconSet.ID.html#GrapeCity_Documents_Excel_IIconSet_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Returns one of the constants of the IconSetType enumeration, which specifies the name of the icon set used in an icon set conditional formatting rule.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IIconSet_Item_System_Int32_" data-uid="GrapeCity.Documents.Excel.IIconSet.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IIconSet.Item.html#GrapeCity_Documents_Excel_IIconSet_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets icon by index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
