# GrapeCity.Documents.Word.CellFormat.VerticalMerge

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_CellFormat_VerticalMerge_" data-uid="GrapeCity.Documents.Word.CellFormat.VerticalMerge*">VerticalMerge Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_CellFormat_VerticalMerge_" data-uid="GrapeCity.Documents.Word.CellFormat.VerticalMerge*"></a>
<h4 id="GrapeCity_Documents_Word_CellFormat_VerticalMerge" data-uid="GrapeCity.Documents.Word.CellFormat.VerticalMerge">VerticalMerge</h4>
<div class="markdown level1 summary"><p>Gets or sets a value specifying how a cell is merged with other cells vertically.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellMerge VerticalMerge { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property VerticalMerge As CellMerge</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_CellFormat_VerticalMerge_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Cells can only be merged vertically if their left and right boundaries are identical.
When cells are vertically merged, the display areas of the merged cells are consolidated.
The consolidated area is used to display the contents of the first vertically merged cell and all other vertically merged cells must be empty.</p>
</div>
</div>
