[]
Specifies how a cell in a table is merged with other cells.
public enum CellMerge
First = 1
The cell is the first cell in a range of merged cells.
None = 2
The cell is not merged.
Previous = 0
The cell is merged to the previous cell horizontally or vertically.