# FarPoint.Win.Spread.DefaultRangeGroupModel.FindGroupByIndex

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_DefaultRangeGroupModel_FindGroupByIndex_" data-uid="FarPoint.Win.Spread.DefaultRangeGroupModel.FindGroupByIndex*">FindGroupByIndex Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_DefaultRangeGroupModel_FindGroupByIndex_" data-uid="FarPoint.Win.Spread.DefaultRangeGroupModel.FindGroupByIndex*"></a>
<h4 id="FarPoint_Win_Spread_DefaultRangeGroupModel_FindGroupByIndex_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.DefaultRangeGroupModel.FindGroupByIndex(System.Int32,System.Int32,System.Boolean)">FindGroupByIndex(int, int, bool)</h4>
<div class="markdown level1 summary"><p>Finds an outline (range group) with a specified level and index.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RangeGroupInfo FindGroupByIndex(int level, int index, bool isRowGroup)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function FindGroupByIndex(level As Integer, index 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">level</span></td>
      <td><p>Level of the outline (range group)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>Index of the outline (range group)</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>Outline (range group)</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.IRangeGroupModel3.FindGroupByIndex.html#FarPoint_Win_Spread_IRangeGroupModel3_FindGroupByIndex_System_Int32_System_Int32_System_Boolean_">IRangeGroupModel3.FindGroupByIndex(int, int, bool)</a></div>
</div>
