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 reference which belongs to the merged area.
- column
- An integer value indicates the left column index of the reference which belongs to the merged area.
- row2
- An integer value indicates the bottom row index of the reference which belongs to the merged area.
- column2
- An integer value indicates the right column index of the reference which belongs to the merged area.
- overlap
- Unmerges if the cell range overlaps the merged cells.
See Also