# GrapeCity.Documents.Excel.IIconCriterion

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IIconCriterion" data-uid="GrapeCity.Documents.Excel.IIconCriterion" class="text-break">IIconCriterion Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the criterion for an individual icon in an icon set. The criterion specifies the range of values and the threshold type associated with the
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.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IIconCriterion_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IIconCriterion</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IIconCriterion</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_IIconCriterion_Icon" data-uid="GrapeCity.Documents.Excel.IIconCriterion.Icon">
          <a class="xref" href="GrapeCity.Documents.Excel.IIconCriterion.Icon.html#GrapeCity_Documents_Excel_IIconCriterion_Icon">Icon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the icon for a criterion in an icon set conditional formatting rule.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IIconCriterion_Index" data-uid="GrapeCity.Documents.Excel.IIconCriterion.Index">
          <a class="xref" href="GrapeCity.Documents.Excel.IIconCriterion.Index.html#GrapeCity_Documents_Excel_IIconCriterion_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates which threshold the criteria represents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IIconCriterion_Operator" data-uid="GrapeCity.Documents.Excel.IIconCriterion.Operator">
          <a class="xref" href="GrapeCity.Documents.Excel.IIconCriterion.Operator.html#GrapeCity_Documents_Excel_IIconCriterion_Operator">Operator</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets one of the constants of the FormatConditionOperator enumeration, which specifes if the threshold is &quot;greater than&quot; or &quot;greater than or equal to&quot; the threshold value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IIconCriterion_Type" data-uid="GrapeCity.Documents.Excel.IIconCriterion.Type">
          <a class="xref" href="GrapeCity.Documents.Excel.IIconCriterion.Type.html#GrapeCity_Documents_Excel_IIconCriterion_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Returns one of the constants of the ConditionValueTypes enumeration, which specifies how the threshold value for an icon set is determined.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IIconCriterion_Value" data-uid="GrapeCity.Documents.Excel.IIconCriterion.Value">
          <a class="xref" href="GrapeCity.Documents.Excel.IIconCriterion.Value.html#GrapeCity_Documents_Excel_IIconCriterion_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the threshold value for an icon in a conditional format (read or write variant).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
