[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CellFormat.HorizontalMerge

HorizontalMerge Property

HorizontalMerge

Gets or sets a value specifying how a cell is merged horizontally with other cells in the row.

Declaration
public CellMerge HorizontalMerge { get; set; }
Public Property HorizontalMerge As CellMerge
Remarks

This property is maintained for compatibility with legacy word documents that defined tables in this manner. Whenever possible, this form or horizontal merges should not be used, and should be translated to the appropriate GridSpan property instead.