[]
Gets or sets a value specifying how a cell is merged horizontally with other cells in the row.
public CellMerge HorizontalMerge { get; set; }
Public Property HorizontalMerge As CellMerge
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.