# GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection" class="text-break">CharBoxInfoCollection Class
</h1>
  <div class="markdown level0 summary"><p>Defines a collection that indicates a set of char boxes.</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;<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a>&gt;</div>
    <div class="level3"><span class="xref">CharBoxInfoCollection</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="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CharBoxInfoCollectionTypeConverter))]
public class CharBoxInfoCollection : CollectionBase&lt;CharBoxInfo&gt;, IList, ICollection, IEnumerable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CharBoxInfoCollectionTypeConverter))&gt;
Public Class CharBoxInfoCollection
    Inherits CollectionBase(Of CharBoxInfo)
    Implements IList, ICollection, IEnumerable, ICloneable</code></pre>
  </div>
  <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="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Item.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Get a char box according by the index</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Number1" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Number1">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Number1.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Number1">Number1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a template set of <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a> for number style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Number2" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Number2">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Number2.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Number2">Number2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a template set of <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a> for number style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Number3" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Number3">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Number3.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Number3">Number3</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a template set of <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a> for number style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Number4" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Number4">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Number4.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Number4">Number4</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a template set of <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a> for number style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_PostCode1" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.PostCode1">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.PostCode1.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_PostCode1">PostCode1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a template set of <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a> for postcode style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_PostCode2" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.PostCode2">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.PostCode2.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_PostCode2">PostCode2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a template set of <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a> for postcode style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_PostCode3" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.PostCode3">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.PostCode3.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_PostCode3">PostCode3</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a template set of <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a> for postcode style.</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="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Add(GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Add.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo_">Add(CharBoxInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a char box to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Add(GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Add.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo_System_Int32_">Add(CharBoxInfo, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a> to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.AddRange(GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo___">AddRange(CharBoxInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a> to the current collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.IndexOf(GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo_">IndexOf(CharBoxInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the special char box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Insert(System.Int32,GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo_">Insert(int, CharBoxInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a char box into the collection at the given index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_OnAddRangeComplete_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnAddRangeComplete(System.Object[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnAddRangeComplete.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_OnAddRangeComplete_System_Object___">OnAddRangeComplete(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_CharBoxInfoCollection_OnClearComplete" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnClearComplete">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnClearComplete.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_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_CharBoxInfoCollection_OnFieldPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnFieldPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnFieldPropertyChanged.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_OnFieldPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnFieldPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.FieldPropertyChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnInsertComplete.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_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_CharBoxInfoCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnRemoveComplete.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_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_CharBoxInfoCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.OnSetComplete.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_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_CharBoxInfoCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Remove(GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfo_">Remove(CharBoxInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a char box from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_SetBorderColor_System_Drawing_Color_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.SetBorderColor(System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.SetBorderColor.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_SetBorderColor_System_Drawing_Color_">SetBorderColor(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Set the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> of all <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.html">Border</a>
of each <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a> in this collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_SetBorderStyle_GrapeCity_Win_Spread_InputMan_CellType_LineStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.SetBorderStyle(GrapeCity.Win.Spread.InputMan.CellType.LineStyle)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.SetBorderStyle.html#GrapeCity_Win_Spread_InputMan_CellType_CharBoxInfoCollection_SetBorderStyle_GrapeCity_Win_Spread_InputMan_CellType_LineStyle_">SetBorderStyle(LineStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Set the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.LineStyle.html">LineStyle</a> of all <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.html">CharBoxBorderInfo</a>
of each <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo.html">CharBoxInfo</a> in this collection</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
