Version

VerticalMerge Property

Returns or sets a value indicating whether this cell should begin or continue a vertical merging run with adjacent cells.
Syntax
'Declaration
 
Public Property VerticalMerge As TableCellVerticalMerge
public TableCellVerticalMerge VerticalMerge {get; set;}
Remarks

Similarly to how the ColumnSpan property supports horizontal cell merging, the VerticalMerge property can be used to start a vertical merging run, or continue an existing one.

When set to 'Start', a vertical merging run begins with this cell. Subsequent cells whose VerticalMerge property is set to 'Continue' will appear to merge with the cell directly above in the same column. When set to 'None', any existing vertical merging run is interrupted. The 'Start' setting also discontinues any existing vertical merging run.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also