How do I make use of the Bookmarks property so that I can write a text
at/below the position of a particular bookmark or the first bookmark ?
private Microsoft.Offic e.Interop.Word. Document myWordDoc = new Document();
myWordDoc.Bookm arks
at/below the position of a particular bookmark or the first bookmark ?
private Microsoft.Offic e.Interop.Word. Document myWordDoc = new Document();
myWordDoc.Bookm arks
Comment