# FarPoint.Win.Spread.DefaultRangeGroupModel.GetCopy

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_DefaultRangeGroupModel_GetCopy_" data-uid="FarPoint.Win.Spread.DefaultRangeGroupModel.GetCopy*">GetCopy Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_DefaultRangeGroupModel_GetCopy_" data-uid="FarPoint.Win.Spread.DefaultRangeGroupModel.GetCopy*"></a>
<h4 id="FarPoint_Win_Spread_DefaultRangeGroupModel_GetCopy_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.DefaultRangeGroupModel.GetCopy(System.Int32,System.Int32,System.Boolean)">GetCopy(int, int, bool)</h4>
<div class="markdown level1 summary"><p>Gets a copy of outlines (range groups) from the specified index with the specified count.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RangeGroupInfo GetCopy(int startIndex, int copyCount, bool isRowGroup)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetCopy(startIndex As Integer, copyCount As Integer, isRowGroup As Boolean) As RangeGroupInfo</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.int32">int</a></td>
      <td><span class="parametername">startIndex</span></td>
      <td><p>Start index</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">copyCount</span></td>
      <td><p>Copy count</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">isRowGroup</span></td>
      <td><p>Whether the outline (range group) is of rows</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.html">RangeGroupInfo</a></td>
      <td><p>Copy of the outlines (range groups)</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.IRangeGroupModel.GetCopy.html#FarPoint_Win_Spread_IRangeGroupModel_GetCopy_System_Int32_System_Int32_System_Boolean_">IRangeGroupModel.GetCopy(int, int, bool)</a></div>
</div>
