C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Export Namespace / CsvFilter Class / Save Method
The target stream.

In This Topic
Save Method (CsvFilter)
In This Topic
Saves data from the current sheet into a comma-separated values (.csv) formatted stream.
Syntax
'Declaration
 
Public Sub Save( _
   ByVal stream As Stream _
) 
 

Parameters

stream
The target stream.
See Also