'宣言 Public Overloads Shared Sub DoExport( _ ByVal exporter As Exporter, _ ByVal fileName As System.String _ )
'使用法 Dim exporter As Exporter Dim fileName As System.String ProgressForm.DoExport(exporter, fileName)
パラメータ
- exporter
- The exporter to use.
- fileName
- The output file name.