バージョン

Export(String,WordDocumentWriter) メソッド

FormattedTextControl を指定したファイルへエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal formattedText As String, _
   ByVal writer As Infragistics.Documents.Word.WordDocumentWriter _
) 
public void Export( 
   string formattedText,
   Infragistics.Documents.Word.WordDocumentWriter writer
)

パラメータ

formattedText
エクスポートする System.String
writer
データが書き込まれるライター。
例外
例外解説
System.ArgumentNullExceptionformattedText が null です。
参照