This method will unmerge all the cells that are inside a range of cells. If there is no merged cell with the exact coordinates, nothing will be done.
Public Sub UnMergeCells(ByVal Row As Integer, ByVal Col As Integer)
Grid Object
The following parameters are available:
Parameter | Description |
Row | An integer indicating the row number of the cell. |
Col | An integer indicating the column number of the cell. |
None