# GrapeCity.Spreadsheet.IIconSetCondition

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IIconSetCondition" data-uid="GrapeCity.Spreadsheet.IIconSetCondition" class="text-break">IIconSetCondition Interface
</h1>
  <div class="markdown level0 summary"><p>Represents 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_IIconSetCondition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IIconSetCondition : IFormatCondition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IIconSetCondition
    Inherits IFormatCondition</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_IIconSetCondition_IconCriteria" data-uid="GrapeCity.Spreadsheet.IIconSetCondition.IconCriteria">
          <a class="xref" href="GrapeCity.Spreadsheet.IIconSetCondition.IconCriteria.html#GrapeCity_Spreadsheet_IIconSetCondition_IconCriteria">IconCriteria</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an IconCriteria collection, which represents the set of criteria for an icon set conditional formatting rule.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IIconSetCondition_IconSet" data-uid="GrapeCity.Spreadsheet.IIconSetCondition.IconSet">
          <a class="xref" href="GrapeCity.Spreadsheet.IIconSetCondition.IconSet.html#GrapeCity_Spreadsheet_IIconSetCondition_IconSet">IconSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="GrapeCity.Spreadsheet.IconSetType.html">IconSetType</a> collection, which specifies the icon set used in the conditional format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IIconSetCondition_PercentileValues" data-uid="GrapeCity.Spreadsheet.IIconSetCondition.PercentileValues">
          <a class="xref" href="GrapeCity.Spreadsheet.IIconSetCondition.PercentileValues.html#GrapeCity_Spreadsheet_IIconSetCondition_PercentileValues">PercentileValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Boolean value indicating if the thresholds for an icon set conditional format are determined by using percentiles.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IIconSetCondition_ReverseOrder" data-uid="GrapeCity.Spreadsheet.IIconSetCondition.ReverseOrder">
          <a class="xref" href="GrapeCity.Spreadsheet.IIconSetCondition.ReverseOrder.html#GrapeCity_Spreadsheet_IIconSetCondition_ReverseOrder">ReverseOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Boolean value indicating if the order of icons is reversed for an icon set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IIconSetCondition_ShowIconOnly" data-uid="GrapeCity.Spreadsheet.IIconSetCondition.ShowIconOnly">
          <a class="xref" href="GrapeCity.Spreadsheet.IIconSetCondition.ShowIconOnly.html#GrapeCity_Spreadsheet_IIconSetCondition_ShowIconOnly">ShowIconOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Boolean value indicating if only the icon is displayed for an icon set conditional format.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
