UnMergeCells Method

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.

Syntax

Public Sub UnMergeCells(ByVal Row As Integer, ByVal Col As Integer)

Applies To

Grid Object

Parameters

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.

Return Type

None

See Also

MergeCells Method