# FarPoint.Web.Spread.ConditionalFormattingValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_ConditionalFormattingValue" data-uid="FarPoint.Web.Spread.ConditionalFormattingValue" class="text-break">ConditionalFormattingValue Class
</h1>
  <div class="markdown level0 summary"><p>Represents a complex value of a conditional formatting rule.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ConditionalFormattingValue</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingColorValue.html">ConditionalFormattingColorValue</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconValue.html">ConditionalFormattingIconValue</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_ConditionalFormattingValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ConditionalFormattingValue : ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ConditionalFormattingValue
    Implements ISerializeSupport</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingValue__ctor_FarPoint_Web_Spread_ConditionalFormattingValueType_" data-uid="FarPoint.Web.Spread.ConditionalFormattingValue.#ctor(FarPoint.Web.Spread.ConditionalFormattingValueType)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingValue.-ctor.html#FarPoint_Web_Spread_ConditionalFormattingValue__ctor_FarPoint_Web_Spread_ConditionalFormattingValueType_">ConditionalFormattingValue(ConditionalFormattingValueType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingValue.html">ConditionalFormattingValue</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingValue__ctor_System_Object_FarPoint_Web_Spread_ConditionalFormattingValueType_" data-uid="FarPoint.Web.Spread.ConditionalFormattingValue.#ctor(System.Object,FarPoint.Web.Spread.ConditionalFormattingValueType)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingValue.-ctor.html#FarPoint_Web_Spread_ConditionalFormattingValue__ctor_System_Object_FarPoint_Web_Spread_ConditionalFormattingValueType_">ConditionalFormattingValue(object, ConditionalFormattingValueType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingValue.html">ConditionalFormattingValue</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingValue_Type" data-uid="FarPoint.Web.Spread.ConditionalFormattingValue.Type">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingValue.Type.html#FarPoint_Web_Spread_ConditionalFormattingValue_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingValue_Value" data-uid="FarPoint.Web.Spread.ConditionalFormattingValue.Value">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingValue.Value.html#FarPoint_Web_Spread_ConditionalFormattingValue_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingValue_Equals_System_Object_" data-uid="FarPoint.Web.Spread.ConditionalFormattingValue.Equals(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingValue.Equals.html#FarPoint_Web_Spread_ConditionalFormattingValue_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingValue_op_Equality_FarPoint_Web_Spread_ConditionalFormattingValue_FarPoint_Web_Spread_ConditionalFormattingValue_" data-uid="FarPoint.Web.Spread.ConditionalFormattingValue.op_Equality(FarPoint.Web.Spread.ConditionalFormattingValue,FarPoint.Web.Spread.ConditionalFormattingValue)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingValue.op_Equality.html#FarPoint_Web_Spread_ConditionalFormattingValue_op_Equality_FarPoint_Web_Spread_ConditionalFormattingValue_FarPoint_Web_Spread_ConditionalFormattingValue_">operator ==(ConditionalFormattingValue, ConditionalFormattingValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator ==.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingValue_op_Inequality_FarPoint_Web_Spread_ConditionalFormattingValue_FarPoint_Web_Spread_ConditionalFormattingValue_" data-uid="FarPoint.Web.Spread.ConditionalFormattingValue.op_Inequality(FarPoint.Web.Spread.ConditionalFormattingValue,FarPoint.Web.Spread.ConditionalFormattingValue)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingValue.op_Inequality.html#FarPoint_Web_Spread_ConditionalFormattingValue_op_Inequality_FarPoint_Web_Spread_ConditionalFormattingValue_FarPoint_Web_Spread_ConditionalFormattingValue_">operator !=(ConditionalFormattingValue, ConditionalFormattingValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator !=.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
