'宣言 Public Overloads Sub Export( _ ByVal fileName As System.String, _ ByVal showProgress As System.Boolean _ )
'使用法 Dim instance As C1MultiDocument Dim fileName As System.String Dim showProgress As System.Boolean instance.Export(fileName, showProgress)
public void Export( System.string fileName, System.bool showProgress )
パラメータ
- fileName
 - 出力ファイル名。エクスポート形式はファイルの拡張子で決まります。
 - showProgress
 - 進行状況ダイアログを表示するかどうかを示すフラグ。