Class CellMerge
Specifies the way of cell merging.
Inheritance
System.Object
CellMerge
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class CellMerge : Enum
Fields
Continue
Merge is continued.
Declaration
public const CellMerge Continue
Field Value
Type |
---|
CellMerge |
None
No merge.
Declaration
public const CellMerge None
Field Value
Type |
---|
CellMerge |
Start
Merge starts from this cell.
Declaration
public const CellMerge Start
Field Value
Type |
---|
CellMerge |