# GrapeCity.Documents.Excel.FormatConditionOperator

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_FormatConditionOperator" data-uid="GrapeCity.Documents.Excel.FormatConditionOperator" class="text-break">FormatConditionOperator Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the operator to use to compare a formula against the value in a
cell or, for Between and NotBetween, to compare two formulas.</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_FormatConditionOperator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FormatConditionOperator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FormatConditionOperator</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_Documents_Excel_FormatConditionOperator_Between">Between</td>
        <td><p>Specifes to compare between values. Can only be used if two formulas are provided.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FormatConditionOperator_Equal">Equal</td>
        <td><p>Specifies values are equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FormatConditionOperator_Greater">Greater</td>
        <td><p>Specifies values are greater than the condition.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FormatConditionOperator_GreaterEqual">GreaterEqual</td>
        <td><p>Specifies values are greater than or equal to the condition.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FormatConditionOperator_Less">Less</td>
        <td><p>Specifies values are less than the condition.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FormatConditionOperator_LessEqual">LessEqual</td>
        <td><p>Specifies values are less than or equal to the condition.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FormatConditionOperator_None">None</td>
        <td><p>None.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FormatConditionOperator_NotBetween">NotBetween</td>
        <td><p>Specifies to check if values are not between the conditions. Can only be used if two formulas are provided.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FormatConditionOperator_NotEqual">NotEqual</td>
        <td><p>Specifies values are not equal.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
