VerticalMergeRevisionValues Enumeration

Defines the VerticalMergeRevisionValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration VerticalMergeRevisionValues
'Usage
Dim instance As VerticalMergeRevisionValues
public enum VerticalMergeRevisionValues

Members

Member name Description
Continue Vertically Merged Cell. When the item is serialized out as xml, its value is "cont".
Restart Vertically Split Cell. When the item is serialized out as xml, its value is "rest".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace