# GrapeCity.Spreadsheet.ITop10

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ITop10" data-uid="GrapeCity.Spreadsheet.ITop10" class="text-break">ITop10 Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a top ten visual of a conditional formatting rule. Applying a color to a range helps you see the value of a cell relative to other cells.</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_ITop10_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITop10 : IFormatCondition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITop10
    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_ITop10_Percent" data-uid="GrapeCity.Spreadsheet.ITop10.Percent">
          <a class="xref" href="GrapeCity.Spreadsheet.ITop10.Percent.html#GrapeCity_Spreadsheet_ITop10_Percent">Percent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Boolean value, specifying if the rank is determined by a percentage value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITop10_Rank" data-uid="GrapeCity.Spreadsheet.ITop10.Rank">
          <a class="xref" href="GrapeCity.Spreadsheet.ITop10.Rank.html#GrapeCity_Spreadsheet_ITop10_Rank">Rank</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Long value, specifying either the number or percentage of the rank value for the conditional format rule.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITop10_TopBottom" data-uid="GrapeCity.Spreadsheet.ITop10.TopBottom">
          <a class="xref" href="GrapeCity.Spreadsheet.ITop10.TopBottom.html#GrapeCity_Spreadsheet_ITop10_TopBottom">TopBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets one of the constants of the <a class="xref" href="GrapeCity.Spreadsheet.ITop10.TopBottom.html#GrapeCity_Spreadsheet_ITop10_TopBottom">TopBottom</a> enumeration, determining if the ranking is evaluated from the top or bottom.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
