delete content of bookmark
How can I delete the remaining unfilled tables in my Word template? The template contains a group of bookmarks, and each bookmark has a table.
I had try :
bookmark.Paragraph.Remove(false);
doc.Bookmarks.Remove(bookmark);
but it had no