How to merge cells of a table

Hi,
it is possible to merge two or more cells of a table? If yes, how can I do it?
Thanks
Erik

Yes, you can. Look for CellFormat.HorizontalMerge and CellFormat.VerticalMerge in Aspose.Word API Reference. There is also an example there.

Thanks a lot for your quick reply.I didn’t recognize both properties until yet. But it seems to work fine.
Regards
Erik