# GrapeCity.Spreadsheet.IUniqueValues

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IUniqueValues" data-uid="GrapeCity.Spreadsheet.IUniqueValues" class="text-break">IUniqueValues Interface
</h1>
  <div class="markdown level0 summary"><p>The UniqueValues object uses the DupeUnique property to Gets or sets an enum that determines whether the rule should look for duplicate or unique values in the range.</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_IUniqueValues_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IUniqueValues : IFormatCondition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IUniqueValues
    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_IUniqueValues_DupeUnique" data-uid="GrapeCity.Spreadsheet.IUniqueValues.DupeUnique">
          <a class="xref" href="GrapeCity.Spreadsheet.IUniqueValues.DupeUnique.html#GrapeCity_Spreadsheet_IUniqueValues_DupeUnique">DupeUnique</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets one of the constants of the XlDupeUnique enumeration, specifying if the conditional format rule is looking for unique or duplicate values.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
