c# - Aspose.Words for .Net insert a table into a table cell -
I have a C # NET Windows app. I am using Assas. Words to make a document from our data This document is a main table containg several lines of Inside this document. We have a requirement to insert another table inside a cell on the main table. I'm not seeing how to do this. I've seen for InsertTable (), trying to add the table as a table node. I tried to use the document builder in the MoveTo () cell, where I want to put the table. There is no dice till now?
Edit: Table objects are being used Aspose.Words.Tables.Table Object
Comments
Post a Comment