您的位置:首页 > 理论基础 > 计算机网络

C#提取Word中的内容并添加到另一人word中(http://blog.e-works.net.cn/147018/articles/7340.html)

2007-12-14 17:09 387 查看
using System;

using System.Web;

using System.Text;

using System.Data;

using System.Web.UI;

using System.IO;

using System.Reflection;

using System.Collections;

using System.Runtime.InteropServices;

using Microsoft.Office.Interop.Word;

namespace test
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: