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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.AddRange*">AddRange Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.AddRange*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_AddRange_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.AddRange(GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo[])">AddRange(SubItemInfo[])</h4>
<div class="markdown level1 summary"><p>Adds subitems in the specified collection 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(SubItemInfo[] subItems)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddRange(subItems As SubItemInfo())</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.SubItemInfo.html">SubItemInfo</a>[]</td>
      <td><span class="parametername">subItems</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo.html">SubItemInfo</a> array added into the collection.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.AddRange*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_AddRange_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.AddRange(System.Object[])">AddRange(object[])</h4>
<div class="markdown level1 summary"><p>Adds subitems in the specified collection 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(object[] subItems)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddRange(subItems As Object())</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.object">object</a>[]</td>
      <td><span class="parametername">subItems</span></td>
      <td><p>An <b>object</b> array added into the collection.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
