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

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