B
Bookmark.Start Property
I have a file " *.docx". That document has 2 bookmarks: BM1 and BM2.
Star of BM1 is 1, end of BM1 is 10;
Star of BM2 is 5,end of Bm2 is 20;
// Change star of BM2 to 10;
BM2.Star = 10;
An occurrent, BM2.star is still 5; This command has no exception.
Word Developer Reference
Bookmark.Start Property : Returns or sets the starting character position of
a bookmark. Read/write Long.
http://msdn.microsoft.com/en-us/library/bb179673.aspx
Star of BM1 is 1, end of BM1 is 10;
Star of BM2 is 5,end of Bm2 is 20;
// Change star of BM2 to 10;
BM2.Star = 10;
An occurrent, BM2.star is still 5; This command has no exception.
Word Developer Reference
Bookmark.Start Property : Returns or sets the starting character position of
a bookmark. Read/write Long.
http://msdn.microsoft.com/en-us/library/bb179673.aspx