# GrapeCity.Spreadsheet.IIconCriteria

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IIconCriteria" data-uid="GrapeCity.Spreadsheet.IIconCriteria" class="text-break">IIconCriteria Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of IconCriterion objects. Each IconCriterion represents the values and threshold type for each icon in an icon set conditional formatting rule.</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_IIconCriteria_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IIconCriteria</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IIconCriteria</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_IIconCriteria_Count" data-uid="GrapeCity.Spreadsheet.IIconCriteria.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.IIconCriteria.Count.html#GrapeCity_Spreadsheet_IIconCriteria_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Long value that specifies the number of criteria for an icon set conditional format rule.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IIconCriteria_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.IIconCriteria.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IIconCriteria.Item.html#GrapeCity_Spreadsheet_IIconCriteria_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a single IconCriterion object from the IconCriteria collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
