Returns true if and only if the specified cell has been merged.
Parameters
Parameters
Description
nRow
[in] Row index.
nCol
[in] Column index.
Returns
True if the specified cell has been merged; false otherwise.
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.