Create Nested Tables using Aspose.Net

Hi ,

Need to create Nested tables in .dotx file using Aspose.words in .net.
Please guide me as I have an immediate requirement. see the screen shot for the same.

Hi Jai,

Thanks for your inquiry. Please check the last code example from following documentation link about creating nested tables.
Inserting a Table using DocumentBuilder

Hope this helps you. Please let us know if you have any more queries.

Can you please guide me If i want to do it from .dotx file rather using c# from code-Behind

To be specific I need to create .dotx file and then want to use executewithregions method.

Hi Jai,

Thanks for your inquiry.
Jai.Singh:
Can you please guide me If i want to do it from .dotx file rather using c# from code-Behind
The Capture.JPG shared in this forum thread has 0kb file size. Could you please re-attach it here for our reference. We will then provide you more information about your query.
Jai.Singh:
To be specific I need to create .dotx file and then want to use executewithregions method.
If you want to create template document and then use mail merge with regions, please read following documentation links. Hope this helps you.
Mail Merge with Regions Explained
How to Execute Mail Merge with Regions