I Have to add a bookmark in Word doc using Microsoft.Office.Tools.Word.ControlCollection
AddBookmark method is available in ControlCollection class, however when I try to create the object of ControlCollection, it throws and error because this class has no constructor defined...
please suggest as how to add bookmark in word document...
Thanks in advance...