Returns true if and only if the specified cell has been merged, and returns the range of the merged cells in this table entity.
Parameters
Parameters
Description
row
[in] Row index.
column
[in] Column index.
minRow
[out] Receives the minimum row index of the merged cells.
maxRow
[out] Receives the maximum row index of the merged cells.
minColumn
[out] Receives the minimum column index of the merged cells.
maxColumn
[out] Receives the maximum column index of the merged cells.
Remarks
Method generates the eInvalidInput exception when the row argument is more than the number of rows or the column argument is more than the number of columns.