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