'宣言 Public Overloads Sub Export( _ ByVal fileName As System.String, _ ByVal exportProvider As ExportProvider, _ ByVal outputRange As OutputRange, _ ByVal showProgress As System.Boolean _ )
public void Export( System.string fileName, ExportProvider exportProvider, OutputRange outputRange, System.bool showProgress )
パラメータ
- fileName
- 出力ファイル名。ファイル拡張子はエクスポート形式を決定します。
- exportProvider
- エクスポートプロバイダ。 C1.C1Preview.Export.ExportProviders クラスで使用可能な任意の静的エクスポートプロバイダを使用します。
- outputRange
- エクスポートするページの範囲(すべてのページをエクスポートする場合は null を使用)。
- showProgress
- 進捗状況ダイアログを表示するかどうかを示すフラグ。