Table of Contents

Enum VerticalMergeKind

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

Vertical-merge participation of a table cell (ECMA-376 Part 1 §17.18.57 ST_Merge).

public enum VerticalMergeKind

Fields

Continue = 0

The cell continues a vertical merge from the cell above (w:vMerge "continue" or valueless).

Restart = 1

The cell starts a new vertical merge region (w:vMerge "restart").