UnMerge(Int32,Int32,Int32,Int32,Boolean) Method
In This Topic
Separates a merged area into individual cells.
Syntax
Parameters
- row
- An integer value indicates the top row index of the cell which belongs to the merged area.
- column
- An integer value indicates the left column index of the cell which belongs to the merged area.
- row2
- An integer value indicates the bottom row index of the cell which belongs to the merged area.
- column2
- An integer value indicates the right column index of the cell which belongs to the merged area.
- overlap
- Unmerges if the cell range overlaps the merged cells.
Return Value
true
if there is at least one unmerged area, false
otherwise.
See Also