How to go to a specific page in a Word doc?
Hello, friends,
In our c#.net 2005 application, we use Interop.Word to open a Word .doc file
like the follows:
Microsoft.Office.Interop.Word.Document doc = wordApp.Documents.Open(ref
fileName, ref missing, ref readOnly, ref missing, ref missing, ref missing,
ref missing, ref missing, ref missing, ref missing, ref missing, ref
isVisible, ref missing, ref missing, ref missing);
This worked fine. Then we hope we can make the current page to a predefined
page number, say page 11. How can we do this?
Thanks a lot for your help.
date: Thu, 29 May 2008 11:29:02 -0700
author: Andrew