


















C#操作Word!
namespace ImportExportToOffice
{
using System;
using System.ComponentModel;
using System.Data;
using System.Windows.Forms;
public class ImportExportToWord
{
private Word.ApplicationClass oWordApplic;
private Word.Document oDoc;
private const string strFileName = @"F:\";
private const string PostfixForWord = @".doc";
private const string PostfixForHtml = @".Html";
构造函数
public Word.Document Document
{
get
{
return this.oDoc;
}
}
public Word.ApplicationClass Application
{
get
{
return this.oWordApplic;
}
} 
私有方法 
公有方法
}
}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。