Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellFormat Class / HorizontalMerge Property

In This Topic
    HorizontalMerge Property
    In This Topic
    Gets or sets a value specifying how a cell is merged horizontally with other cells in the row.
    Syntax
    'Declaration
     
    Public Property HorizontalMerge As CellMerge
    public CellMerge HorizontalMerge {get; set;}
    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.
    See Also