Book Marks Ok Word Document Using C#
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How to get the location of BookMark in Table of Word Document.. i.e Row And Column plzzzzzzzzzzzzzzzz help me
venki
Try
object nullRef = null; object count = null; object gotoItem = (object)WdGoToItem.wdGoToBookmark; object name = (object)"Sample"; Range rng = doc.GoTo(ref gotoItem, ref nullRef, ref count, ref name);
where doc is your document.
Deja View - the feeling that you've seen this post before.