# GrapeCity.Documents.Excel.AutoMergeDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_AutoMergeDirection" data-uid="GrapeCity.Documents.Excel.AutoMergeDirection" class="text-break">AutoMergeDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates the auto merge direction.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_AutoMergeDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AutoMergeDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AutoMergeDirection</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="GrapeCity_Documents_Excel_AutoMergeDirection_Column">Column</td>
        <td><p>Indicates to apply the auto merge in column direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_AutoMergeDirection_ColumnRow">ColumnRow</td>
        <td><p>Indicates to apply the auto merge in column direction preferentially then in row direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_AutoMergeDirection_None">None</td>
        <td><p>Indicates to cancel the auto merge.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_AutoMergeDirection_Row">Row</td>
        <td><p>Indicates to apply the auto merge in row direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_AutoMergeDirection_RowColumn">RowColumn</td>
        <td><p>Indicates to apply the auto merge in row direction preferentially then in column direction.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
