'Declaration Public Sub MergeCellsInColumn( _ ByVal columnIndex As Integer, _ ByVal startRow As Integer, _ ByVal endRow As Integer _ )
Parameters
- columnIndex
- The index of the column where cells are to be merged.
- startRow
- The index of the row where the merge begins.
- endRow
- The index of the row where the merge ends.