MergeType

MergeType enumeration

Enumerates the type of cell merge.

public enum MergeType

Values

Name Value Description
None 0 Cell does not merge.
Horizontal 1 Cell merges along row.
Vertical 2 Cell merges along column.
Range 3 Cell merges along row and column creating area.

See Also