# GrapeCity.Documents.Excel.IIconSets

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IIconSets" data-uid="GrapeCity.Documents.Excel.IIconSets" class="text-break">IIconSets Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of icon sets 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_IIconSets_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IIconSets</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IIconSets</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_IIconSets_Count" data-uid="GrapeCity.Documents.Excel.IIconSets.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.IIconSets.Count.html#GrapeCity_Documents_Excel_IIconSets_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an Integer value that specifies the number of icon sets available in the workbook (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IIconSets_Item_GrapeCity_Documents_Excel_IconSetType_" data-uid="GrapeCity.Documents.Excel.IIconSets.Item(GrapeCity.Documents.Excel.IconSetType)">
          <a class="xref" href="GrapeCity.Documents.Excel.IIconSets.Item.html#GrapeCity_Documents_Excel_IIconSets_Item_GrapeCity_Documents_Excel_IconSetType_">this[IconSetType]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an IconCriterion object from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
