MindFusion.Wpf Pack Programmer's Guide
CsvExportForm Constructor (Workbook, String)
See Also
 





Initializes a new instance of the CsvExportForm class.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public CsvExportForm (
    Workbook workbook,
    string filePath
)

Visual Basic  Copy Code

Public New ( _
    workbook As Workbook, _
    filePath As String _
)

 Parameters

workbook

The workbook that should provide localization info.

filePath

A string object specifying the path to the .csv file.

 See Also

CsvExportForm Constructor Overload List
CsvExportForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace