Create Table with nested rows

Hello Dear Aspose.

I’m going to create a table with the Document builder in Aspose Words. The point is that the table’s header has a nested row. I mean it has a “Date of Birth” column with these two sub-columns: “Month, Year”. For Clarification, you can analyze the corresponding HTML here

How can do this with Aspose Words? I tried to add a new table in a cell but ultimately it didn’t meet my requirements.

@mohammad19i You should use HorizontalMerge and VerticalMerge properties to configure cell merge in Aspose.Words. Please see our documentation to learn more about working with merged cells:
https://docs.aspose.com/words/net/working-with-merged-cells/

1 Like