# C1.WPF.FlexGrid.IMergeManager

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexGrid_IMergeManager" data-uid="C1.WPF.FlexGrid.IMergeManager" class="text-break">IMergeManager Interface
</h1>
  <div class="markdown level0 summary"><p>Defines the functionality of classes that handle cell merging.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexGrid.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_IMergeManager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMergeManager</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IMergeManager</code></pre>
  </div>
  <h5 id="C1_WPF_FlexGrid_IMergeManager_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>You can implement custom cell merging behaviors by creating a class
that implements the <b>IMergeManager</b> interface and assigning an instance of
this class to a grid's <a class="xref" href="C1.WPF.FlexGrid.C1FlexGrid.MergeManager.html#C1_WPF_FlexGrid_C1FlexGrid_MergeManager">MergeManager</a>
property.</p>
</div>
  <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="C1_WPF_FlexGrid_IMergeManager_GetMergedRange_C1_WPF_FlexGrid_C1FlexGrid_C1_WPF_FlexGrid_CellType_C1_WPF_FlexGrid_CellRange_" data-uid="C1.WPF.FlexGrid.IMergeManager.GetMergedRange(C1.WPF.FlexGrid.C1FlexGrid,C1.WPF.FlexGrid.CellType,C1.WPF.FlexGrid.CellRange)">
          <a class="xref" href="C1.WPF.FlexGrid.IMergeManager.GetMergedRange.html#C1_WPF_FlexGrid_IMergeManager_GetMergedRange_C1_WPF_FlexGrid_C1FlexGrid_C1_WPF_FlexGrid_CellType_C1_WPF_FlexGrid_CellRange_">GetMergedRange(C1FlexGrid, CellType, CellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.FlexGrid.CellRange.html">CellRange</a> that specifies the merged extent of a cell
in a <a class="xref" href="C1.WPF.FlexGrid.GridPanel.html">GridPanel</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
