# FarPoint.Web.Spread.IConditionalFormattingDataRule

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_IConditionalFormattingDataRule" data-uid="FarPoint.Web.Spread.IConditionalFormattingDataRule" class="text-break">IConditionalFormattingDataRule Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface which provides supported requirements for a conditional formatting rule.</p>
</div>
  <div class="markdown level0 conceptual"></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_IConditionalFormattingDataRule_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IConditionalFormattingDataRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IConditionalFormattingDataRule
    Inherits IConditionalFormattingRule, INotifyPropertyChanged, ICloneable</code></pre>
  </div>
  <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_IConditionalFormattingDataRule_MaxMinAverageRequires" data-uid="FarPoint.Web.Spread.IConditionalFormattingDataRule.MaxMinAverageRequires">
          <a class="xref" href="FarPoint.Web.Spread.IConditionalFormattingDataRule.MaxMinAverageRequires.html#FarPoint_Web_Spread_IConditionalFormattingDataRule_MaxMinAverageRequires">MaxMinAverageRequires</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the conditional formatting rule requires maximum, minimum, or average values from the data ranges.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IConditionalFormattingDataRule_ValuesRequires" data-uid="FarPoint.Web.Spread.IConditionalFormattingDataRule.ValuesRequires">
          <a class="xref" href="FarPoint.Web.Spread.IConditionalFormattingDataRule.ValuesRequires.html#FarPoint_Web_Spread_IConditionalFormattingDataRule_ValuesRequires">ValuesRequires</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the rule needs all values from the ranges.</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_IConditionalFormattingDataRule_NotifyDataChanged" data-uid="FarPoint.Web.Spread.IConditionalFormattingDataRule.NotifyDataChanged">
          <a class="xref" href="FarPoint.Web.Spread.IConditionalFormattingDataRule.NotifyDataChanged.html#FarPoint_Web_Spread_IConditionalFormattingDataRule_NotifyDataChanged">NotifyDataChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the data from the data provider has been changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
