# GrapeCity.Spreadsheet.ClassicCfRuleType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_ClassicCfRuleType" data-uid="GrapeCity.Spreadsheet.ClassicCfRuleType" class="text-break">ClassicCfRuleType Enum
</h1>
  <div class="markdown level0 summary"><p>specifies the type of the classic 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_ClassicCfRuleType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ClassicCfRuleType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ClassicCfRuleType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_Average">Average</td>
        <td><p>This conditional formatting rule highlights cells that are above or below the average for all values in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_BeginsWith">BeginsWith</td>
        <td><p>This conditional formatting rule highlights cells in the range that begin with the given text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_CellIs">CellIs</td>
        <td><p>This conditional formatting rule compares a cell value to a formula calculated result, using an operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_ContainsBlank">ContainsBlank</td>
        <td><p>This conditional formatting rule highlights cells that are completely blank.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_ContainsErrors">ContainsErrors</td>
        <td><p>This conditional formatting rule highlights cells with formula errors.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_ContainsNoBlank">ContainsNoBlank</td>
        <td><p>This conditional formatting rule highlights cells that are not blank.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_ContainsNoErrors">ContainsNoErrors</td>
        <td><p>This conditional formatting rule highlights cells without formula errors.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_ContainsNoText">ContainsNoText</td>
        <td><p>This conditional formatting rule highlights cells that do not contain given text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_ContainsText">ContainsText</td>
        <td><p>This conditional formatting rule highlights cells containing given text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_DuplicateValues">DuplicateValues</td>
        <td><p>This conditional formatting rule highlights duplicated values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_EndsWith">EndsWith</td>
        <td><p>This conditional formatting rule highlights cells ending with given text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_Expression">Expression</td>
        <td><p>This conditional formatting rule contains a formula to evaluate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_TimePeriod">TimePeriod</td>
        <td><p>This conditional formatting rule highlights cells containing dates in the specified time period.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_Top10">Top10</td>
        <td><p>This conditional formatting rule highlights cells whose values fall in the top N or bottom N bracket, as specified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ClassicCfRuleType_UniqueValues">UniqueValues</td>
        <td><p>This conditional formatting rule highlights unique values in the range.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
