# GrapeCity.Spreadsheet.FormatConditionOperator

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_FormatConditionOperator" data-uid="GrapeCity.Spreadsheet.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 <a class="xref" href="GrapeCity.Spreadsheet.FormatConditionOperator.html#GrapeCity_Spreadsheet_FormatConditionOperator_Between">Between</a> and <a class="xref" href="GrapeCity.Spreadsheet.FormatConditionOperator.html#GrapeCity_Spreadsheet_FormatConditionOperator_NotBetween">NotBetween</a> , to compare two formulas.</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_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_Spreadsheet_FormatConditionOperator_Between">Between</td>
        <td><p>The value is between the specified range of values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatConditionOperator_Equal">Equal</td>
        <td><p>The value is equal to the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatConditionOperator_Greater">Greater</td>
        <td><p>The value is greater than the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatConditionOperator_GreaterEqual">GreaterEqual</td>
        <td><p>The value is greater than or equal to the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatConditionOperator_Less">Less</td>
        <td><p>The value is less than the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatConditionOperator_LessEqual">LessEqual</td>
        <td><p>The value is less than or equal to the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatConditionOperator_NotBetween">NotBetween</td>
        <td><p>The value is not between the specified range of values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormatConditionOperator_NotEqual">NotEqual</td>
        <td><p>The value is not equal to the parameter value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
