# GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.AddRange

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.AddRange*">AddRange Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.AddRange*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.AddRange(GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase[])">AddRange(SideButtonBase[])</h4>
<div class="markdown level1 summary"><p>Copies the elements of the specified array to the end of the collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AddRange(SideButtonBase[] value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddRange(value As SideButtonBase())</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.html">SideButtonBase</a>[]</td>
      <td><span class="parametername">value</span></td>
      <td><p>An array of type <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.html">SideButtonBase</a> that contains the objects to add to the collection.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.AddRange*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_AddRange_System_Collections_Generic_IList_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.AddRange(System.Collections.Generic.IList{GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase})">AddRange(IList&lt;SideButtonBase&gt;)</h4>
<div class="markdown level1 summary"><p>Adds the contents of another <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList&lt;T&gt;</a> to the end of the collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AddRange(IList&lt;SideButtonBase&gt; value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddRange(value As IList(Of SideButtonBase))</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.html">SideButtonBase</a>&gt;</td>
      <td><span class="parametername">value</span></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList&lt;T&gt;</a> that contains the objects to add to the collection.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
