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

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

Syntax

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

Parameters

fileName
Type: System..::..String
The target (.csv) file name.

See Also