# FarPoint.Web.Spread.IConditionalFormattingModel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_IConditionalFormattingModel" data-uid="FarPoint.Web.Spread.IConditionalFormattingModel" class="text-break">IConditionalFormattingModel Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the conditional formatting model for a sheet.</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_IConditionalFormattingModel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IConditionalFormattingModel : ICollection&lt;ConditionalFormatting&gt;, IEnumerable&lt;ConditionalFormatting&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IConditionalFormattingModel
    Inherits ICollection(Of ConditionalFormatting), IEnumerable(Of ConditionalFormatting), IEnumerable</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_IConditionalFormattingModel_Item_System_Int32_" data-uid="FarPoint.Web.Spread.IConditionalFormattingModel.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.IConditionalFormattingModel.Item.html#FarPoint_Web_Spread_IConditionalFormattingModel_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatting.html">ConditionalFormatting</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IConditionalFormattingModel_SheetView" data-uid="FarPoint.Web.Spread.IConditionalFormattingModel.SheetView">
          <a class="xref" href="FarPoint.Web.Spread.IConditionalFormattingModel.SheetView.html#FarPoint_Web_Spread_IConditionalFormattingModel_SheetView">SheetView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sheet view.</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_IConditionalFormattingModel_AdjustSplittingConditionalFormattings" data-uid="FarPoint.Web.Spread.IConditionalFormattingModel.AdjustSplittingConditionalFormattings">
          <a class="xref" href="FarPoint.Web.Spread.IConditionalFormattingModel.AdjustSplittingConditionalFormattings.html#FarPoint_Web_Spread_IConditionalFormattingModel_AdjustSplittingConditionalFormattings">AdjustSplittingConditionalFormattings()</a>
        </td>
        <td class="markdown level1 summary"><p>Adjusts the ConditionalFormatting model when there are some ConditionalFormattings objects that need to be split.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IConditionalFormattingModel_Find_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.IConditionalFormattingModel.Find(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.IConditionalFormattingModel.Find.html#FarPoint_Web_Spread_IConditionalFormattingModel_Find_System_Int32_System_Int32_System_Int32_System_Int32_">Find(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds all conditional formatting that takes effect in the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IConditionalFormattingModel_FindRules_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.IConditionalFormattingModel.FindRules(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.IConditionalFormattingModel.FindRules.html#FarPoint_Web_Spread_IConditionalFormattingModel_FindRules_System_Int32_System_Int32_">FindRules(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds all rules which take effect in the specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IConditionalFormattingModel_Resume" data-uid="FarPoint.Web.Spread.IConditionalFormattingModel.Resume">
          <a class="xref" href="FarPoint.Web.Spread.IConditionalFormattingModel.Resume.html#FarPoint_Web_Spread_IConditionalFormattingModel_Resume">Resume()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes this instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IConditionalFormattingModel_Suspend" data-uid="FarPoint.Web.Spread.IConditionalFormattingModel.Suspend">
          <a class="xref" href="FarPoint.Web.Spread.IConditionalFormattingModel.Suspend.html#FarPoint_Web_Spread_IConditionalFormattingModel_Suspend">Suspend()</a>
        </td>
        <td class="markdown level1 summary"><p>Suspends this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_IConditionalFormattingModel_Changed" data-uid="FarPoint.Web.Spread.IConditionalFormattingModel.Changed">
          <a class="xref" href="FarPoint.Web.Spread.IConditionalFormattingModel.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user makes a change to the model that affects the conditional formatting of cells in the sheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
