C#操作word(转)5
摘要:
//Add some text after the table. Word.Paragraph oPara4; oRng = oDoc.Bookmarks.get_Item(ref oEndOfDoc).Range; oPara4 = oDoc.Content.Paragraphs.Add(ref oRng); oPara4.Range.InsertParagraphBefore(); oPara... 阅读全文
posted @ 2009-05-14 17:36 ChinaLeo 阅读(296) 评论(0) 推荐(0)
浙公网安备 33010602011771号