# FarPoint.Win.Spread.Model.IGroupSupport.Group

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Model_IGroupSupport_Group_" data-uid="FarPoint.Win.Spread.Model.IGroupSupport.Group*">Group Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Model_IGroupSupport_Group_" data-uid="FarPoint.Win.Spread.Model.IGroupSupport.Group*"></a>
<h4 id="FarPoint_Win_Spread_Model_IGroupSupport_Group_FarPoint_Win_Spread_SortInfo___System_Collections_IComparer_" data-uid="FarPoint.Win.Spread.Model.IGroupSupport.Group(FarPoint.Win.Spread.SortInfo[],System.Collections.IComparer)">Group(SortInfo[], IComparer)</h4>
<div class="markdown level1 summary"><p>Groups the rows by the specified sort information.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Group(SortInfo[] sortInfo, IComparer groupComparer)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub Group(sortInfo As SortInfo(), groupComparer As IComparer)</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.SortInfo.html">SortInfo</a>[]</td>
      <td><span class="parametername">sortInfo</span></td>
      <td><p>Sort information</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icomparer">IComparer</a></td>
      <td><span class="parametername">groupComparer</span></td>
      <td><p>Comparer for the group</p>
</td>
    </tr>
  </tbody>
</table>
</div>
