# FarPoint.Web.Spread.ConditionalFormatDialogs

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Spread_ConditionalFormatDialogs" data-uid="FarPoint.Web.Spread.ConditionalFormatDialogs" class="text-break">ConditionalFormatDialogs Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the ConditionalFormatting dialog that can get by method GetConditionalFormatDialog of util class ConditionalFormattingUtils.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_ConditionalFormatDialogs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ConditionalFormatDialogs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ConditionalFormatDialogs</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="FarPoint_Web_Spread_ConditionalFormatDialogs_ADateOccurring">ADateOccurring</td>
        <td><p>Specifies the A Date Occurring ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_AboveAverage">AboveAverage</td>
        <td><p>Specifies the Above Average ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_BelowAverage">BelowAverage</td>
        <td><p>Specifies the Below Average ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_Between">Between</td>
        <td><p>Specifies the Between ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_Bottom10">Bottom10</td>
        <td><p>Specifies the Bottom 10 ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_Bottom10Percent">Bottom10Percent</td>
        <td><p>Specifies the Bottom 10 Percent ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_DuplicateValues">DuplicateValues</td>
        <td><p>Specifies the Duplicate Values ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_EqualTo">EqualTo</td>
        <td><p>Specifies the Equal To ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_GreaterThan">GreaterThan</td>
        <td><p>Specifies the Greater Than ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_LessThan">LessThan</td>
        <td><p>Specifies the Less Than ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_TextThatContains">TextThatContains</td>
        <td><p>Specifies the Text That Contains ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_Top10">Top10</td>
        <td><p>Specifies the Top 10 ConditionalFormatting dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatDialogs_Top10Percent">Top10Percent</td>
        <td><p>Specifies the Top 10 Percent ConditionalFormatting dialog.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
