# C1.Win.FlexGrid.AllowMergingEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_AllowMergingEnum" data-uid="C1.Win.FlexGrid.AllowMergingEnum" class="text-break">AllowMergingEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how adjacent cells are merged for display.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_AllowMergingEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AllowMergingEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AllowMergingEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_FlexGrid_AllowMergingEnum_Custom">Custom</td>
        <td><p>Use <a class="xref" href="C1.Win.FlexGrid.C1FlexGrid.MergedRanges.html#C1_Win_FlexGrid_C1FlexGrid_MergedRanges">MergedRanges</a> collection to determine which cells are merged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowMergingEnum_Default">Default</td>
        <td><p>Use the setting specified for the <a class="xref" href="C1.Win.FlexGrid.C1FlexGrid.AllowMerging.html#C1_Win_FlexGrid_C1FlexGrid_AllowMerging">AllowMerging</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowMergingEnum_FixedOnly">FixedOnly</td>
        <td><p>Merge only fixed cells. This setting is useful for setting up complex
headers for the data and preventing the data itself from being merged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowMergingEnum_Free">Free</td>
        <td><p>Merge any adjacent cells with same contents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowMergingEnum_Nodes">Nodes</td>
        <td><p>Allow long entries in node rows to spill into empty adjacent cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowMergingEnum_None">None</td>
        <td><p>Do not merge any cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowMergingEnum_RestrictAll">RestrictAll</td>
        <td><p>Merge cells only if cells above or to the left are also merged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowMergingEnum_RestrictCols">RestrictCols</td>
        <td><p>Merge columns only if cells to the left are also merged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowMergingEnum_RestrictRows">RestrictRows</td>
        <td><p>Merge rows only if cells above are also merged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowMergingEnum_Spill">Spill</td>
        <td><p>Allow long entries to spill into empty adjacent cells.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
