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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.AddRange*">AddRange Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.AddRange*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ListItem___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.AddRange(GrapeCity.Win.Spread.InputMan.CellType.ListItem[])">AddRange(ListItem[])</h4>
<div class="markdown level1 summary"><p>Adds some items of 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(ListItem[] items)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddRange(items As ListItem())</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.ListItem.html">ListItem</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_ListItemCollection_AddRange_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.AddRange*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_AddRange_System_String___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.AddRange(System.String[])">AddRange(string[])</h4>
<div class="markdown level1 summary"><p>Add some texts of 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 add into the collection.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
