ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheet Class / SaveCsv Method
The target stream.

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

    Parameters

    stream
    The target stream.
    See Also