Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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". |