# FarPoint.Win.Spread.ConditionalStyleOperator

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_ConditionalStyleOperator" data-uid="FarPoint.Win.Spread.ConditionalStyleOperator" class="text-break">ConditionalStyleOperator Enum
</h1>
  <div class="markdown level0 summary"><p>Defines operators that are used to customize a <a class="xref" href="FarPoint.Win.Spread.ConditionalStyleInfo.html">ConditionalStyleInfo</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_ConditionalStyleOperator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ConditionalStyleOperator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ConditionalStyleOperator</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="FarPoint_Win_Spread_ConditionalStyleOperator_Between">Between</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is in a range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_Contains">Contains</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> contains a value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_EndsWith">EndsWith</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> ends with a value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_Equals">Equals</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is equal to the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_GreaterThan">GreaterThan</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is greater than the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_GreaterThanOrEquals">GreaterThanOrEquals</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is greater than or equal to the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_IsEmpty">IsEmpty</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dbnull.value">DBNull.Value</a> or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string.empty">String.Empty</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_IsFalse">IsFalse</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_IsMatch">IsMatch</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> matches a regular expression.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_IsNotEmpty">IsNotEmpty</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is not <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dbnull.value">DBNull.Value</a> or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string.empty">String.Empty</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_IsNotMatch">IsNotMatch</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> does not match a regular expression.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_IsNotNull">IsNotNull</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is not <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dbnull.value">DBNull.Value</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_IsNull">IsNull</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dbnull.value">DBNull.Value</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_IsTrue">IsTrue</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_LessThan">LessThan</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is less than the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_LessThanOrEquals">LessThanOrEquals</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is less than or equal to the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_NotBetween">NotBetween</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is out of range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_NotEquals">NotEquals</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> is not equal to the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ConditionalStyleOperator_StartsWith">StartsWith</td>
        <td><p>Indicates that the <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a> starts with a value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h5 id="FarPoint_Win_Spread_ConditionalStyleOperator_seealso">See Also</h5>
  <div class="seealso">
      <div><a class="xref" href="FarPoint.Win.Spread.ConditionalStyleItem.html">ConditionalStyleItem</a></div>
      <div><a class="xref" href="FarPoint.Win.Spread.ConditionalStyleItemCollection.html">ConditionalStyleItemCollection</a></div>
  </div>
</div>
