Hi,
I have an existing Word doc that contains a table, currently on each row it has a bookmark start in the cell and another out of it (no idea how - legacy...). The current VBA app when deleting the bookmark deletes the row (as required by the client) - I'd like to replicate this in Aspose but as expected it didn't work - Aspose appears to follow the rules better than Word!
So my first question is, is there anyway to remove a row from a table in Word using Aspose?
Secondly, is there some nice and easy sample C# code somewhere demomstrating how to add a table to an existing document e.g. using the replace operation on a bookmark or a range?
Any guidence would be greatly appreciated.
Thanks
John