# FarPoint.Web.Spread.ConditionalFormattingIconRuleSet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_ConditionalFormattingIconRuleSet" data-uid="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet" class="text-break">ConditionalFormattingIconRuleSet Class
</h1>
  <div class="markdown level0 summary"><p>Represents a set of icons which are used for an icon 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">ListBase</span>&lt;<a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconValue.html">ConditionalFormattingIconValue</a>&gt;</div>
    <div class="level2"><span class="xref">ConditionalFormattingIconRuleSet</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconValue.html">ConditionalFormattingIconValue</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconValue.html">ConditionalFormattingIconValue</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconValue.html">ConditionalFormattingIconValue</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</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_ConditionalFormattingIconRuleSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ConditionalFormattingIconRuleSet : ListBase&lt;ConditionalFormattingIconValue&gt;, IList&lt;ConditionalFormattingIconValue&gt;, ICollection&lt;ConditionalFormattingIconValue&gt;, IEnumerable&lt;ConditionalFormattingIconValue&gt;, IList, ICollection, IEnumerable, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ConditionalFormattingIconRuleSet
    Inherits ListBase(Of ConditionalFormattingIconValue)
    Implements IList(Of ConditionalFormattingIconValue), ICollection(Of ConditionalFormattingIconValue), IEnumerable(Of ConditionalFormattingIconValue), IList, ICollection, IEnumerable, ISerializable</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_ConditionalFormattingIconRuleSet__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.-ctor.html#FarPoint_Web_Spread_ConditionalFormattingIconRuleSet__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ConditionalFormattingIconRuleSet(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"></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_ConditionalFormattingIconRuleSet_IconSetStyle" data-uid="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.IconSetStyle">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.IconSetStyle.html#FarPoint_Web_Spread_ConditionalFormattingIconRuleSet_IconSetStyle">IconSetStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the icon set style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingIconRuleSet_Item_System_Int32_" data-uid="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.Item.html#FarPoint_Web_Spread_ConditionalFormattingIconRuleSet_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconValue.html">ConditionalFormattingIconValue</a> object at the specified index.</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_ConditionalFormattingIconRuleSet_OnListChanged_FarPoint_Web_Spread_ListBase_FarPoint_Web_Spread_ConditionalFormattingIconValue__ListChangedEventArgs_" data-uid="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.OnListChanged(FarPoint.Web.Spread.ListBase{FarPoint.Web.Spread.ConditionalFormattingIconValue}.ListChangedEventArgs)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormattingIconRuleSet.OnListChanged.html#FarPoint_Web_Spread_ConditionalFormattingIconRuleSet_OnListChanged_FarPoint_Web_Spread_ListBase_FarPoint_Web_Spread_ConditionalFormattingIconValue__ListChangedEventArgs_">OnListChanged(ListChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">ListChanged</span> event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
