# FarPoint.Win.Spread.Model.IGroupSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Model_IGroupSupport" data-uid="FarPoint.Win.Spread.Model.IGroupSupport" class="text-break">IGroupSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports grouping.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Model.html">FarPoint.Win.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Model_IGroupSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGroupSupport : ISheetDataModel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IGroupSupport
    Inherits ISheetDataModel</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IGroupSupport_GroupComparer" data-uid="FarPoint.Win.Spread.Model.IGroupSupport.GroupComparer">
          <a class="xref" href="FarPoint.Win.Spread.Model.IGroupSupport.GroupComparer.html#FarPoint_Win_Spread_Model_IGroupSupport_GroupComparer">GroupComparer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the comparer for the group.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IGroupSupport_SortInfo" data-uid="FarPoint.Win.Spread.Model.IGroupSupport.SortInfo">
          <a class="xref" href="FarPoint.Win.Spread.Model.IGroupSupport.SortInfo.html#FarPoint_Win_Spread_Model_IGroupSupport_SortInfo">SortInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sort information for the group.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IGroupSupport_TargetModel" data-uid="FarPoint.Win.Spread.Model.IGroupSupport.TargetModel">
          <a class="xref" href="FarPoint.Win.Spread.Model.IGroupSupport.TargetModel.html#FarPoint_Win_Spread_Model_IGroupSupport_TargetModel">TargetModel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the target sheet data model.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IGroupSupport_GetColumnName_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IGroupSupport.GetColumnName(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IGroupSupport.GetColumnName.html#FarPoint_Win_Spread_Model_IGroupSupport_GetColumnName_System_Int32_">GetColumnName(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IGroupSupport_GetGroup_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IGroupSupport.GetGroup(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IGroupSupport.GetGroup.html#FarPoint_Win_Spread_Model_IGroupSupport_GetGroup_System_Int32_">GetGroup(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a group for a specified row.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IGroupSupport.Group.html#FarPoint_Win_Spread_Model_IGroupSupport_Group_FarPoint_Win_Spread_SortInfo___System_Collections_IComparer_">Group(SortInfo[], IComparer)</a>
        </td>
        <td class="markdown level1 summary"><p>Groups the rows by the specified sort information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IGroupSupport_IsGroup_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IGroupSupport.IsGroup(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IGroupSupport.IsGroup.html#FarPoint_Win_Spread_Model_IGroupSupport_IsGroup_System_Int32_">IsGroup(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the specified row is a group header (also called group node).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
