# FarPoint.Win.Spread.GroupInfoCollection.AddRange

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_GroupInfoCollection_AddRange_" data-uid="FarPoint.Win.Spread.GroupInfoCollection.AddRange*">AddRange Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_GroupInfoCollection_AddRange_" data-uid="FarPoint.Win.Spread.GroupInfoCollection.AddRange*"></a>
<h4 id="FarPoint_Win_Spread_GroupInfoCollection_AddRange_System_Collections_ICollection_" data-uid="FarPoint.Win.Spread.GroupInfoCollection.AddRange(System.Collections.ICollection)">AddRange(ICollection)</h4>
<div class="markdown level1 summary"><p>Adds an array of GroupInfo objects to 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 virtual void AddRange(ICollection c)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub AddRange(c As ICollection)</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.icollection">ICollection</a></td>
      <td><span class="parametername">c</span></td>
      <td><p>GroupInfoCollection or array of GroupInfo objects to add to the collection</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_GroupInfoCollection_AddRange_" data-uid="FarPoint.Win.Spread.GroupInfoCollection.AddRange*"></a>
<h4 id="FarPoint_Win_Spread_GroupInfoCollection_AddRange_FarPoint_Win_Spread_GroupInfo___" data-uid="FarPoint.Win.Spread.GroupInfoCollection.AddRange(FarPoint.Win.Spread.GroupInfo[])">AddRange(GroupInfo[])</h4>
<div class="markdown level1 summary"><p>Adds an array of GroupInfo objects to 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 virtual void AddRange(GroupInfo[] array)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub AddRange(array As GroupInfo())</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="FarPoint.Win.Spread.GroupInfo.html">GroupInfo</a>[]</td>
      <td><span class="parametername">array</span></td>
      <td><p>Array of GroupInfo objects to add to the collection</p>
</td>
    </tr>
  </tbody>
</table>
</div>
