# GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection`1" class="text-break">FieldCollection&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection for <b>Field</b> object, which is a base class.</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"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.html">CollectionBase</a>&lt;T&gt;</div>
    <div class="level3"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.html">NamedObjectCollection</a>&lt;T&gt;</div>
    <div class="level4"><span class="xref">FieldCollection&lt;T&gt;</span></div>
      <div class="level5"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateTimeFieldCollection.html">DateTimeFieldCollection</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskFieldCollection.html">MaskFieldCollection</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanFieldCollection.html">TimeSpanFieldCollection</a></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="GrapeCity.Win.Spread.InputMan.CellType.Fields.html">GrapeCity.Win.Spread.InputMan.CellType.Fields</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FieldCollection&lt;T&gt; : NamedObjectCollection&lt;T&gt;, IList, ICollection, IEnumerable where T : Field</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FieldCollection(Of T As Field)
    Inherits NamedObjectCollection(Of T)
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></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="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnAddRange_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection`1.OnAddRange(System.Object[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection-1.OnAddRange.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnAddRange_System_Object___">OnAddRange(object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before inserting a new element array into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnAddRangeComplete_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection`1.OnAddRangeComplete(System.Object[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection-1.OnAddRangeComplete.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnAddRangeComplete_System_Object___">OnAddRangeComplete(object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after inserting a new element array into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnClearComplete" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection`1.OnClearComplete">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection-1.OnClearComplete.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_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="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnInsert_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection`1.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection-1.OnInsert.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_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="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnInsertComplete_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection`1.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection-1.OnInsertComplete.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_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="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnRemoveComplete_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection`1.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection-1.OnRemoveComplete.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_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="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnSet_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection`1.OnSet(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection-1.OnSet.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnSet_System_Int32_System_Object_System_Object_">OnSet(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before 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="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection`1.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection-1.OnSetComplete.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_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="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnValidate_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection`1.OnValidate(System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection-1.OnValidate.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnValidate_System_Object_">OnValidate(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when validating a value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnValidateNewItems_System_Object_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection`1.OnValidateNewItems(System.Object,System.Object[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection-1.OnValidateNewItems.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_FieldCollection_1_OnValidateNewItems_System_Object_System_Object___">OnValidateNewItems(object, object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes to validating adding items.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
