# FarPoint.Web.Spread.SpreadImageCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_SpreadImageCollection" data-uid="FarPoint.Web.Spread.SpreadImageCollection" class="text-break">SpreadImageCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of SpreadImage objects.</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">SpreadImageCollection</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.ICanSerializeXml.html">ICanSerializeXml</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_SpreadImageCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class SpreadImageCollection : CollectionBase, IList, ICollection, IEnumerable, ICanSerializeXml, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class SpreadImageCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable, ICanSerializeXml, 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_SpreadImageCollection__ctor_FarPoint_Web_Spread_SheetView_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.#ctor(FarPoint.Web.Spread.SheetView)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.-ctor.html#FarPoint_Web_Spread_SpreadImageCollection__ctor_FarPoint_Web_Spread_SheetView_">SpreadImageCollection(SheetView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.html">SpreadImageCollection</a> class.</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_SpreadImageCollection_Item_System_Int32_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.Item.html#FarPoint_Web_Spread_SpreadImageCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Web.Spread.SpreadImage.html">SpreadImage</a> object at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImageCollection_Item_System_String_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.Item(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.Item.html#FarPoint_Web_Spread_SpreadImageCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the SpreadImage object with the specified image ID.</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_SpreadImageCollection_Add_FarPoint_Web_Spread_SpreadImage_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.Add(FarPoint.Web.Spread.SpreadImage)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.Add.html#FarPoint_Web_Spread_SpreadImageCollection_Add_FarPoint_Web_Spread_SpreadImage_">Add(SpreadImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an image to the SpreadImageCollection object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImageCollection_AddRange_System_Collections_ICollection_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.AddRange(System.Collections.ICollection)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.AddRange.html#FarPoint_Web_Spread_SpreadImageCollection_AddRange_System_Collections_ICollection_">AddRange(ICollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImageCollection_Contains_FarPoint_Web_Spread_SpreadImage_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.Contains(FarPoint.Web.Spread.SpreadImage)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.Contains.html#FarPoint_Web_Spread_SpreadImageCollection_Contains_FarPoint_Web_Spread_SpreadImage_">Contains(SpreadImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the image collection contains a specified image.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImageCollection_Contains_System_String_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.Contains(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.Contains.html#FarPoint_Web_Spread_SpreadImageCollection_Contains_System_String_">Contains(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the image collection contains the specified image.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImageCollection_IndexOf_FarPoint_Web_Spread_SpreadImage_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.IndexOf(FarPoint.Web.Spread.SpreadImage)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.IndexOf.html#FarPoint_Web_Spread_SpreadImageCollection_IndexOf_FarPoint_Web_Spread_SpreadImage_">IndexOf(SpreadImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific spread image in the SpreadImageCollection object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImageCollection_Insert_System_Int32_FarPoint_Web_Spread_SpreadImage_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.Insert(System.Int32,FarPoint.Web.Spread.SpreadImage)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.Insert.html#FarPoint_Web_Spread_SpreadImageCollection_Insert_System_Int32_FarPoint_Web_Spread_SpreadImage_">Insert(int, SpreadImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an image into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImageCollection_OnInsert_System_Int32_System_Object_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.OnInsert.html#FarPoint_Web_Spread_SpreadImageCollection_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before inserting a new element into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImageCollection_OnRemove_System_Int32_System_Object_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.OnRemove(System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.OnRemove.html#FarPoint_Web_Spread_SpreadImageCollection_OnRemove_System_Int32_System_Object_">OnRemove(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when removing an element from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadImageCollection_Remove_FarPoint_Web_Spread_SpreadImage_" data-uid="FarPoint.Web.Spread.SpreadImageCollection.Remove(FarPoint.Web.Spread.SpreadImage)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadImageCollection.Remove.html#FarPoint_Web_Spread_SpreadImageCollection_Remove_FarPoint_Web_Spread_SpreadImage_">Remove(SpreadImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified SpreadImage object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
