Merged Cells in Tables

When I loop thru' a Table object how do I find out if the current cell is merged with one or more adjacent cells? In other words how do you identify the merged cells in a table object.

If you read 2 different cells with GetCell function and it returns
the same Cell object then it means these cells were merged.

Thanks. I will try and get back to you.