# FarPoint.Win.Spread.RangeGroupInfo.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_RangeGroupInfo__ctor_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.#ctor*">RangeGroupInfo Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_RangeGroupInfo__ctor_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_RangeGroupInfo__ctor" data-uid="FarPoint.Win.Spread.RangeGroupInfo.#ctor">RangeGroupInfo()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the RangeGroupInfo class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RangeGroupInfo()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="FarPoint_Win_Spread_RangeGroupInfo__ctor_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_RangeGroupInfo__ctor_System_Int32_System_Int32_FarPoint_Win_Spread_RangeGroupInfo_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.#ctor(System.Int32,System.Int32,FarPoint.Win.Spread.RangeGroupInfo)">RangeGroupInfo(int, int, RangeGroupInfo)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the RangeGroupInfo class with the start index, end index, and parent group.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RangeGroupInfo(int startIndex, int endIndex, RangeGroupInfo parent)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(startIndex As Integer, endIndex As Integer, parent 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">endIndex</span></td>
      <td><p>End index</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.html">RangeGroupInfo</a></td>
      <td><span class="parametername">parent</span></td>
      <td><p>Parent group</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_RangeGroupInfo__ctor_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_RangeGroupInfo__ctor_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.#ctor(System.Int32,System.Int32)">RangeGroupInfo(int, int)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the RangeGroupInfo class with the start index and end 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(int startIndex, int endIndex)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(startIndex As Integer, endIndex As Integer)</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></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">endIndex</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
