Enum VerticalMergeKind
Vertical-merge participation of a table cell (ECMA-376 Part 1 §17.18.57 ST_Merge).
public enum VerticalMergeKind
Fields
Continue = 0The cell continues a vertical merge from the cell above (w:vMerge "continue" or valueless).
Restart = 1The cell starts a new vertical merge region (w:vMerge "restart").