Unable to find merged cells in table row

Hi Team,

I’m using Aspose.Total license and I’m struggling to find merged cells of table row. Below is the example and code snippet, please check and suggest. When I read the merged cell, it showing horizontalmerge always shows as NONE.

Code :

@kiranchallagali Please see our documentation to learn how to work with merged cells:
https://docs.aspose.com/words/java/working-with-merged-cells/

In your case the problem is that rows in MS Word tables are completely independent and can contain any number of cells of any width. So horizontally merged cells in MS Word table can be emulated by simply wide cell. You can use Table.ConvertToHorizontallyMergedCells method to convert “simply wide” cells to horizontally merged cells.