Parameters
- row
- An integer value indicates the top row index of cell range.
- column
- An integer value indicates the left column index of cell range.
- row2
- An integer value indicates the bottom row index of cell range.
- column2
- An integer value indicates the right column index of cell range.
- across
- if set to
true
, merge cells in each row (or column) of the specified range as separate merged cells. - vertical
- if set to
true
, cells are merged by rows; otherwise, cells are merged by columns. It has effect only if across istrue
. - replace
- if set to
true
, intersected merged cells will be removed; otherwise, they'll be unioned. - clearCellValue
- if set to
true
, all overlapped cell will be clear.
Return Value
An ActionResult<T> value represents the action result.