Merges a number of cells into one.
Public Sub MergeCells(ByVal FirstRow As Integer, ByVal FirstCol As Integer, ByVal LastRow As Integer, ByVal LastCol As Integer)
Grid Object
The following parameters are available:
| Parameter | Description |
| FirstRow | First row of the merged cell. |
| FirstCol | First column of the merged cell. |
| LastRow | Last row of the merged cell. |
| LastCol | Last column of the merged cell. |
None