DoExport(Exporter,String) Method
In This Topic
Performs export to a disk file, using a new instance of
ProgressForm to show operation progress.
Syntax
'Declaration
Public Overloads Shared Sub DoExport( _
ByVal As Exporter, _
ByVal As String _
)
public static void DoExport(
Exporter ,
string
)
Parameters
- exporter
- The exporter to use.
- fileName
- The output file name.
See Also