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





Initializes a new instance of the CsvImportForm class.

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

 Syntax

C#  Copy Code

public CsvImportForm (
    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

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

 See Also

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