[]
Gets the merged cell ranges in the specified range.
public ArrayList GetMergeCells(int row, int column, int rowCount, int columnCount)
Public Function GetMergeCells(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As ArrayList
Type | Name | Description |
---|---|---|
int | row | Row index of the start of the range to search for merged cells |
int | column | Column index of the start of the range to search for merged cells |
int | rowCount | Number of rows of the range to search for merged cells |
int | columnCount | Number of columns of the range to search for merged cells |
Type | Description |
---|---|
ArrayList |