In This Topic
Saves data from the current sheet into a comma-separated values (.csv) formatted file.
Syntax
'Declaration
Public Overloads Sub SaveCsv( _
ByVal As String _
)
public void SaveCsv(
string
)
Parameters
- fileName
- The target (.csv) file name.
See Also