Convert To Horizontally Merged Cells feature of Aspose.Words

Thanks for you help,

One think I would like to cear up. To get the horizontal and vertical merge information I will have to go throught the table and collect the vertical information. Then convert the table to horizontal merged cells and process the table again to extract the horizontal info.

Kevin

@hoppyjr,

You do not have to process the Tables twice. Just get the Table, call Table.ConvertToHorizontallyMergedCells() method and then Aspose.Words should return correct information about horizontally and vertically merged Cells. Hope, this helps.

Please also check: Table.ConvertToHorizontallyMergedCells Method