バージョン

Export(UltraFormattedTextEditorBase,String) メソッド

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

パラメータ

formattedText
エクスポートする Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditorBase コントロール。
fileName
結果ファイルの名前とパス。
例外
例外解説
System.ArgumentNullExceptionfileName が null です。
参照