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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.AddRange*">AddRange Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.AddRange*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.AddRange(GrapeCity.Win.Spread.InputMan.CellType.ListItemInfo[])">AddRange(ListItemInfo[])</h4>
<div class="markdown level1 summary"><p>Adds a range of items of 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(ListItemInfo[] items)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddRange(items As ListItemInfo())</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.ListItemInfo.html">ListItemInfo</a>[]</td>
      <td><span class="parametername">items</span></td>
      <td><p>A specified collection added into the collection.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.AddRange*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_AddRange_System_String___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.AddRange(System.String[])">AddRange(string[])</h4>
<div class="markdown level1 summary"><p>Adds text of 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(string[] texts)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddRange(texts As String())</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.string">string</a>[]</td>
      <td><span class="parametername">texts</span></td>
      <td><p>A specified collection added into the collection.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
