[]
        
(Showing Draft Content)

C1.Word.RtfMergeCellType

RtfMergeCellType Enum

The merge type enumeration for the table cell.

Namespace: C1.Word
Assembly: C1.Pdf.dll
Syntax
public enum RtfMergeCellType

Fields

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.