# FarPoint.Web.Spread.ConditionalFormatCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_ConditionalFormatCollection" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection" class="text-break">ConditionalFormatCollection Class
</h1>
  <div class="markdown level0 summary"><p>Internal use only.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">ConditionalFormatCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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="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_ConditionalFormatCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ConditionalFormatCollection : CollectionBase, IList, ICollection, IEnumerable, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ConditionalFormatCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable, 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_ConditionalFormatCollection__ctor" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.-ctor.html#FarPoint_Web_Spread_ConditionalFormatCollection__ctor">ConditionalFormatCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Default Constructor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatCollection__ctor_FarPoint_Web_Spread_ConditionalFormatCollection_" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection.#ctor(FarPoint.Web.Spread.ConditionalFormatCollection)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.-ctor.html#FarPoint_Web_Spread_ConditionalFormatCollection__ctor_FarPoint_Web_Spread_ConditionalFormatCollection_">ConditionalFormatCollection(ConditionalFormatCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Clone Constructor.</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_ConditionalFormatCollection_Item_System_Int32_" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.Item.html#FarPoint_Web_Spread_ConditionalFormatCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the conditional formats (Indexer property to retrieve custom format items from the collection).</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_ConditionalFormatCollection_Add_FarPoint_Web_Spread_ConditionalFormat_" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection.Add(FarPoint.Web.Spread.ConditionalFormat)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.Add.html#FarPoint_Web_Spread_ConditionalFormatCollection_Add_FarPoint_Web_Spread_ConditionalFormat_">Add(ConditionalFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a conditional format to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatCollection_Add_FarPoint_Web_Spread_ConditionalFormatCollection_" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection.Add(FarPoint.Web.Spread.ConditionalFormatCollection)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.Add.html#FarPoint_Web_Spread_ConditionalFormatCollection_Add_FarPoint_Web_Spread_ConditionalFormatCollection_">Add(ConditionalFormatCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends a collection of conditional formats to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatCollection_Contains_System_Object_" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection.Contains(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.Contains.html#FarPoint_Web_Spread_ConditionalFormatCollection_Contains_System_Object_">Contains(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether the object is in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatCollection_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.Deserialize.html#FarPoint_Web_Spread_ConditionalFormatCollection_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XmlNodeReader.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatCollection_Deserialize_System_Xml_XmlNodeReader_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection.Deserialize(System.Xml.XmlNodeReader,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.Deserialize.html#FarPoint_Web_Spread_ConditionalFormatCollection_Deserialize_System_Xml_XmlNodeReader_System_Int32_System_Int32_">Deserialize(XmlNodeReader, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XmlNodeReader.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatCollection_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.Serialize.html#FarPoint_Web_Spread_ConditionalFormatCollection_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatCollection_Serialize_System_Xml_XmlTextWriter_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection.Serialize(System.Xml.XmlTextWriter,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.Serialize.html#FarPoint_Web_Spread_ConditionalFormatCollection_Serialize_System_Xml_XmlTextWriter_System_Int32_System_Int32_">Serialize(XmlTextWriter, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormatCollection_ToArray" data-uid="FarPoint.Web.Spread.ConditionalFormatCollection.ToArray">
          <a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.ToArray.html#FarPoint_Web_Spread_ConditionalFormatCollection_ToArray">ToArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an array for counting through the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
