Merges a rectangular region of cells in this table entity.
Parameters
Parameters
Description
minRow
[in] Minimum row index of the merged cells.
maxRow
[in] Maximum row index of the merged cells.
minColumn
[in] Minimum column index of the merged cells.
maxColumn
[in] Maximum column index of the merged cells.
Remarks
Method generates the eInvalidInput exception when the minimum row index is more than the maximum row index, the minimum column index is more than the maximum column index, the maximum row index is more than the number of rows, or the maximum column index is more than the number of columns.