バージョン

SaveToWord(RichTextDocument,String,WordSaveOptions) メソッド

Microsoft Word 形式を使用してドキュメントのコンテンツをファイルに保存します。
シンタックス
'宣言
 
Public Overloads Shared Sub SaveToWord( _
   ByVal document As Infragistics.Documents.RichText.RichTextDocument, _
   ByVal filePath As String, _
   Optional ByVal options As WordSaveOptions _
) 
public static void SaveToWord( 
   Infragistics.Documents.RichText.RichTextDocument document,
   string filePath,
   WordSaveOptions options
)

パラメータ

document
保存するコンテンツを含むドキュメント。
filePath
ドキュメントを保存するためのファイルへのパス。
options
コンテンツを保存するときに使用するオプション。
参照