[]
The merge type enumeration for the table cell.
public enum RtfMergeCellType
Name | Description |
---|---|
BothFirst | The cell is merge horizontal and vertical first. |
BothPrevious | The cell is merge horizontal and vertical previous. |
HorizontalFirst | The cell is merge horizontal first. |
HorizontalPrevious | The cell is merge horizontal previous. |
None | The cell is not merge. |
VerticalFirst | The cell is merge vertical first. |
VerticalPrevious | The cell is merge vertical previous. |