MindFusion.Wpf Pack Programmer's Guide
CsvImporter.Import Method
See Also
 





Imports the specified CSV file into the specified worksheet.

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

 Syntax

C#  Copy Code

public bool Import (
    string filePath,
    Worksheet worksheet
)

Visual Basic  Copy Code

Public Function Import( _
    filePath As String, _
    worksheet As Worksheet _
) As Boolean

 Parameters

filePath

A string specifying the path to the .csv file.

worksheet

The Worksheet instance where to import the data.

 Return Value

true if the data was successfully loaded; otherwise, false.

 See Also

CsvImporter Members
CsvImporter Class
MindFusion.Spreadsheet.Wpf Namespace