# C1.PivotEngine.ConditionType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_PivotEngine_ConditionType" data-uid="C1.PivotEngine.ConditionType" class="text-break">ConditionType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of comparison to be used when applying a
<a class="xref" href="C1.PivotEngine.PivotConditionalFieldStyle.html">PivotConditionalFieldStyle</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.PivotEngine.html">C1.PivotEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.PivotEngine.dll</h6>
  <h5 id="C1_PivotEngine_ConditionType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ConditionType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ConditionType</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="C1_PivotEngine_ConditionType_Absolute">Absolute</td>
        <td><p>Compare field values to the specified absolute value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionType_NotSet">NotSet</td>
        <td><p>Disable conditional formatting for this style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionType_Percentage">Percentage</td>
        <td><p>Compare field values to the specified value as a percentage.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
