# FarPoint.Win.Spread.AppearanceStyleCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_AppearanceStyleCollection" data-uid="FarPoint.Win.Spread.AppearanceStyleCollection" class="text-break">AppearanceStyleCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a>s.</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.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a>&gt;</div>
    <div class="level2"><span class="xref">AppearanceStyleCollection</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.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</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.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</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.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</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.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_AppearanceStyleCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public sealed class AppearanceStyleCollection : Collection&lt;AppearanceStyleInfo&gt;, IList&lt;AppearanceStyleInfo&gt;, ICollection&lt;AppearanceStyleInfo&gt;, IList, ICollection, IReadOnlyList&lt;AppearanceStyleInfo&gt;, IReadOnlyCollection&lt;AppearanceStyleInfo&gt;, IEnumerable&lt;AppearanceStyleInfo&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public NotInheritable Class AppearanceStyleCollection
    Inherits Collection(Of AppearanceStyleInfo)
    Implements IList(Of AppearanceStyleInfo), ICollection(Of AppearanceStyleInfo), IList, ICollection, IReadOnlyList(Of AppearanceStyleInfo), IReadOnlyCollection(Of AppearanceStyleInfo), IEnumerable(Of AppearanceStyleInfo), IEnumerable</code></pre>
  </div>
  <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_Win_Spread_AppearanceStyleCollection_AddRange_System_Collections_Generic_IEnumerable_FarPoint_Win_Spread_AppearanceStyleInfo__" data-uid="FarPoint.Win.Spread.AppearanceStyleCollection.AddRange(System.Collections.Generic.IEnumerable{FarPoint.Win.Spread.AppearanceStyleInfo})">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleCollection.AddRange.html#FarPoint_Win_Spread_AppearanceStyleCollection_AddRange_System_Collections_Generic_IEnumerable_FarPoint_Win_Spread_AppearanceStyleInfo__">AddRange(IEnumerable&lt;AppearanceStyleInfo&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a set of <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a>s to the current <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleCollection.html">AppearanceStyleCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleCollection_ClearItems" data-uid="FarPoint.Win.Spread.AppearanceStyleCollection.ClearItems">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleCollection.ClearItems.html#FarPoint_Win_Spread_AppearanceStyleCollection_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all elements from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleCollection_InsertItem_System_Int32_FarPoint_Win_Spread_AppearanceStyleInfo_" data-uid="FarPoint.Win.Spread.AppearanceStyleCollection.InsertItem(System.Int32,FarPoint.Win.Spread.AppearanceStyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleCollection.InsertItem.html#FarPoint_Win_Spread_AppearanceStyleCollection_InsertItem_System_Int32_FarPoint_Win_Spread_AppearanceStyleInfo_">InsertItem(int, AppearanceStyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an element into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection&lt;T&gt;</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleCollection_RemoveItem_System_Int32_" data-uid="FarPoint.Win.Spread.AppearanceStyleCollection.RemoveItem(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleCollection.RemoveItem.html#FarPoint_Win_Spread_AppearanceStyleCollection_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the element at the specified index of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleCollection_SetItem_System_Int32_FarPoint_Win_Spread_AppearanceStyleInfo_" data-uid="FarPoint.Win.Spread.AppearanceStyleCollection.SetItem(System.Int32,FarPoint.Win.Spread.AppearanceStyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleCollection.SetItem.html#FarPoint_Win_Spread_AppearanceStyleCollection_SetItem_System_Int32_FarPoint_Win_Spread_AppearanceStyleInfo_">SetItem(int, AppearanceStyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces the element at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a></div>
  </div>

</div>
