# FarPoint.Win.Spread.Data.SpreadDataColumnCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Data_SpreadDataColumnCollection" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection" class="text-break">SpreadDataColumnCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumn.html">SpreadDataColumn</a> collection.</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">SpreadDataColumnCollection</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Data.html">FarPoint.Win.Spread.Data</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Data_SpreadDataColumnCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SpreadDataColumnCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SpreadDataColumnCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable</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_Win_Spread_Data_SpreadDataColumnCollection__ctor" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.-ctor.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection__ctor">SpreadDataColumnCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.html">SpreadDataColumnCollection</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_Win_Spread_Data_SpreadDataColumnCollection_Item_System_Int32_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Item.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumn.html">SpreadDataColumn</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataColumnCollection_Item_System_String_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Item(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Item.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumn.html">SpreadDataColumn</a> with the specified name.</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_Win_Spread_Data_SpreadDataColumnCollection_Add_FarPoint_Win_Spread_Data_SpreadDataColumn_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Add(FarPoint.Win.Spread.Data.SpreadDataColumn)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Add.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_Add_FarPoint_Win_Spread_Data_SpreadDataColumn_">Add(SpreadDataColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataColumnCollection_Contains_System_String_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Contains(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Contains.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_Contains_System_String_">Contains(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this collection contains the column with the specified name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataColumnCollection_IndexOf_FarPoint_Win_Spread_Data_SpreadDataColumn_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.IndexOf(FarPoint.Win.Spread.Data.SpreadDataColumn)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.IndexOf.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_IndexOf_FarPoint_Win_Spread_Data_SpreadDataColumn_">IndexOf(SpreadDataColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataColumnCollection_IndexOf_System_String_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.IndexOf(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.IndexOf.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_IndexOf_System_String_">IndexOf(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the column with specified name</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataColumnCollection_InsertAt_System_Int32_FarPoint_Win_Spread_Data_SpreadDataColumn_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.InsertAt(System.Int32,FarPoint.Win.Spread.Data.SpreadDataColumn)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.InsertAt.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_InsertAt_System_Int32_FarPoint_Win_Spread_Data_SpreadDataColumn_">InsertAt(int, SpreadDataColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the column at specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataColumnCollection_OnClearComplete" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.OnClearComplete">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.OnClearComplete.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after clearing the contents of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataColumnCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.OnInsertComplete.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after 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_Win_Spread_Data_SpreadDataColumnCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.OnRemoveComplete.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after 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_Win_Spread_Data_SpreadDataColumnCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.OnSetComplete.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after setting a value in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataColumnCollection_Remove_FarPoint_Win_Spread_Data_SpreadDataColumn_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Remove(FarPoint.Win.Spread.Data.SpreadDataColumn)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Remove.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_Remove_FarPoint_Win_Spread_Data_SpreadDataColumn_">Remove(SpreadDataColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataColumnCollection_Remove_System_String_" data-uid="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Remove(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Remove.html#FarPoint_Win_Spread_Data_SpreadDataColumnCollection_Remove_System_String_">Remove(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the column with specified name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
