落魄的佩奇的博客using System; using System.Collections.Generic; using System.Linq;...using MSWord = Microsoft.Office.Interop.Word; using System.IO; using System.Reflection; namespace CSharpWord { class Program ...
six2me的博客建立一个自己的类 //word 类, /* 1. 添加引用COM里面的 Microsoft Word 12.0 Object. Library 引用(12.0表示Word 2007版本) 2. 导命名空间 using Word =Microsoft.Office.Interop.Word; using System.IO; ...