Loads data from a file containing comma-separated values (.csv) into the current sheet.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public void LoadCsv(
	string fileName
)
Visual Basic
Public Sub LoadCsv ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
The name of a file containing data in .csv format.

See Also