Click or drag to resize

CellMerge Enumeration

Specifies the way of cell merging.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum CellMerge
Members
Member name Value Description
None 0 No merge.
Start 1 Merge starts from this cell.
Continue 2 Merge is continued.
See Also