# GrapeCity.Documents.Excel.ValidationOperator

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_ValidationOperator" data-uid="GrapeCity.Documents.Excel.ValidationOperator" class="text-break">ValidationOperator 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_ValidationOperator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ValidationOperator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ValidationOperator</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_ValidationOperator_Between">Between</td>
        <td><p>Specifies between. Can only be used if two formulas are provided.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ValidationOperator_Equal">Equal</td>
        <td><p>Specifies equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ValidationOperator_Greater">Greater</td>
        <td><p>Specifies greater than.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ValidationOperator_GreaterEqual">GreaterEqual</td>
        <td><p>Specifies greater than or equal to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ValidationOperator_Less">Less</td>
        <td><p>Specifies less than.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ValidationOperator_LessEqual">LessEqual</td>
        <td><p>Specifies less than or equal to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ValidationOperator_NotBetween">NotBetween</td>
        <td><p>Specifies not between. Can only be used if two formulas are provided.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ValidationOperator_NotEqual">NotEqual</td>
        <td><p>Specifies not equal.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
