[]
Returns the merged cell range for the specified cell.
public CellRange GetMergeCell(int row, int column)
Public Function GetMergeCell(row As Integer, column As Integer) As CellRange
Type | Name | Description |
---|---|---|
int | row | The row index of the cell |
int | column | The column index of the cell |
Type | Description |
---|---|
CellRange | A CellRange object |