# GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection" class="text-break">CalculatorButtonMappingCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the collection class to manage &quot;ButtonMapping&quot; settings.</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="GrapeCity.Win.Spread.InputMan.CellType.BaseKeyCollection.html">BaseKeyCollection</a></div>
    <div class="level2"><span class="xref">CalculatorButtonMappingCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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_CalculatorButtonMappingCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CalculatorButtonMappingCollectionConverter))]
public class CalculatorButtonMappingCollection : BaseKeyCollection, ICollection, IEnumerable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CalculatorButtonMappingCollectionConverter))&gt;
Public Class CalculatorButtonMappingCollection
    Inherits BaseKeyCollection
    Implements ICollection, IEnumerable, ICloneable</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="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection__ctor">CalculatorButtonMappingCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>The constructor initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.html">CalculatorButtonMappingCollection</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection__ctor_System_String___System_String___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.#ctor(System.String[],System.String[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection__ctor_System_String___System_String___">CalculatorButtonMappingCollection(string[], string[])</a>
        </td>
        <td class="markdown level1 summary"><p>The constructor initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.html">CalculatorButtonMappingCollection</a> class using the specified data.</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="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Item.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the key according to the special index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Item_System_Windows_Forms_Keys_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Item(System.Windows.Forms.Keys)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Item.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Item_System_Windows_Forms_Keys_">this[Keys]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the key according to special key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Keys" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Keys">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Keys.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Keys">Keys</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the keys object.</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_CalculatorButtonMappingCollection_Add_System_Windows_Forms_Keys_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Add(System.Windows.Forms.Keys,System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Add.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Add_System_Windows_Forms_Keys_System_String_">Add(Keys, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an item to the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.html">CalculatorButtonMappingCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_AddRange_System_Windows_Forms_Keys___System_String___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.AddRange(System.Windows.Forms.Keys[],System.String[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_AddRange_System_Windows_Forms_Keys___System_String___">AddRange(Keys[], string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds some items the the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.html">CalculatorButtonMappingCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Clone" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Clone">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Clone.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.html">CalculatorButtonMappingCollection</a> that is a copy of the current instance</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_CopyTo_System_String___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.CopyTo(System.String[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_CopyTo_System_String___">CopyTo(string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the items of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.html">CalculatorButtonMappingCollection</a> to a compatible one-dimensional array of type <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, starting from the first index of the target array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_CopyTo_System_String___System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.CopyTo(System.String[],System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_CopyTo_System_String___System_Int32_">CopyTo(string[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the items of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.html">CalculatorButtonMappingCollection</a> to a compatible one-dimensional array of type <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, starting at the specified zero-based index of the target array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Insert_System_Int32_System_Windows_Forms_Keys_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Insert(System.Int32,System.Windows.Forms.Keys,System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Insert_System_Int32_System_Windows_Forms_Keys_System_String_">Insert(int, Keys, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a item to the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.html">CalculatorButtonMappingCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Remove_System_Windows_Forms_Keys_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Remove(System.Windows.Forms.Keys)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_CalculatorButtonMappingCollection_Remove_System_Windows_Forms_Keys_">Remove(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the key from the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.html">CalculatorButtonMappingCollection</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
