WordPlayer】的更多相关文章

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using Word = Microsoft.Office.Interop.Word; using Microsoft.Office.Interop.Word; using System.Windows.Forms; using System.Drawing; /*************…
很多的程序都需要用到对word的操作,数据库里面的表需要一书面的形式展示出来,最近在的一个项 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Drawing; using Word = Microsoft.Office.Interop.Word; using Microsoft.Office.Interop.W…