'Declaration Public Function GetMergeCells( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As ArrayList
Parameters
- row
- Row index of the start of the range to search for merged cells
- column
- Column index of the start of the range to search for merged cells
- rowCount
- Number of rows of the range to search for merged cells
- columnCount
- Number of columns of the range to search for merged cells