MergeCell property

Set this property to true to merge all cells of the range to one cell. If all the cells of current range have been merged, the property returns true, otherwise returns false.

Defined in

Range

Data type

boolean

Syntax

public boolean isMergeCell()
public void setMergeCell(boolean merge)

See examples

Example: MergeCell property