Saves data from the current sheet into a comma-separated values (.csv) formatted file.
Namespace:
C1.Silverlight.ExcelAssembly: 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.