ComponentOne Word for UWP
RtfMergeCellType Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word Namespace : RtfMergeCellType Enumeration
The merge type enumeration for the table cell.
Syntax
'Declaration
 
Public Enum RtfMergeCellType 
   Inherits System.Enum
public enum RtfMergeCellType : System.Enum 
Members
MemberDescription
BothFirstThe cell is merge horizontal and vertical first.
BothPreviousThe cell is merge horizontal and vertical previous.
HorizontalFirstThe cell is merge horizontal first.
HorizontalPreviousThe cell is merge horizontal previous.
NoneThe cell is not merge.
VerticalFirstThe cell is merge vertical first.
VerticalPreviousThe cell is merge vertical previous.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Word.RtfMergeCellType

See Also

Reference

C1.Xaml.Word Namespace