# FarPoint.Win.Spread.NamedStyleCollection.AddRange

## Content

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