# GrapeCity.Spreadsheet.Operator

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Operator" data-uid="GrapeCity.Spreadsheet.Operator" class="text-break">Operator Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the comparison operator.</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_Operator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Operator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum [Operator]</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_Operator_BeginsWith">BeginsWith</td>
        <td><p>The value contains the specified text at the beginning.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Operator_Between">Between</td>
        <td><p>The value is between the specified range of values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Operator_ContainsText">ContainsText</td>
        <td><p>The value contains the specified text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Operator_DoesNotContainsText">DoesNotContainsText</td>
        <td><p>The value does not contain the specified text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Operator_DoesNotEqual">DoesNotEqual</td>
        <td><p>The value is not equal to the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Operator_EndsWith">EndsWith</td>
        <td><p>The value contains the specified text at the end.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Operator_Equal">Equal</td>
        <td><p>The value is equal to the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Operator_GreaterThan">GreaterThan</td>
        <td><p>The value is greater than the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Operator_GreaterThanOrEqual">GreaterThanOrEqual</td>
        <td><p>The value is greater than or equal to the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Operator_LessThan">LessThan</td>
        <td><p>The value is less than the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Operator_LessThanOrEqual">LessThanOrEqual</td>
        <td><p>The value is less than or equal to the parameter value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Operator_NotBetween">NotBetween</td>
        <td><p>The value is not between the specified range of values.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
