# GrapeCity.Spreadsheet.DataValidationOperator

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_DataValidationOperator" data-uid="GrapeCity.Spreadsheet.DataValidationOperator" class="text-break">DataValidationOperator Enum
</h1>
  <div class="markdown level0 summary"><p>The relational operator used in data validation.</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_DataValidationOperator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataValidationOperator : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DataValidationOperator As Byte</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_DataValidationOperator_Between">Between</td>
        <td><p>Data validation which checks if a value is between two other values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationOperator_Equal">Equal</td>
        <td><p>Data validation which checks if a value is equal to a specified value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationOperator_GreaterThan">GreaterThan</td>
        <td><p>Data validation which checks if a value is greater than a specified value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationOperator_GreaterThanOrEqual">GreaterThanOrEqual</td>
        <td><p>Data validation which checks if a value is greater than or equal to a specified value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationOperator_LessThan">LessThan</td>
        <td><p>Data validation which checks if a value is less than a specified value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationOperator_LessThanOrEqual">LessThanOrEqual</td>
        <td><p>Data validation which checks if a value is less than or equal to a specified value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationOperator_NotBetween">NotBetween</td>
        <td><p>Data validation which checks if a value is not between two other values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationOperator_NotEqual">NotEqual</td>
        <td><p>Data validation which checks if a value is not equal to a specified value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
