1. object doNotSaveChanges = word.WdSaveOptions.wdDoNotSaveChanges;  ?
 2. private Microsoft.Office.Interop.Word.Document docfile;object start = docfile.Content.Start;
object end = docfile.Content.End;
textBox1.Text = docfile.Range(ref start, ref end).Text
其中的后三句什么意思?
先谢谢了!!!