Version

TableCellVerticalMerge Enumeration

Constants which describe the manner in which a TableCell is vertically merged with adjacent cells.
Syntax
'Declaration
 
Public Enum TableCellVerticalMerge 
   Inherits System.Enum
public enum TableCellVerticalMerge : System.Enum 
Members
MemberDescription
ContinueContinues a previously defined vertical merging run. If no cells 'above' the associated cell belong to a vertical merging run, this setting has no effect.
NoneNo vertical merging. The cell appears to span only the row to which it belongs.
StartBegins a vertical merging run. If the associated cell follows one which belongs to a vertical merging run, that run is discontinued. If no cells 'above' the associated cell belong to a vertical merging run, a new run begins.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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