ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLSheet Class / SaveCsv Method / SaveCsv(Stream) Method
The target stream.

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

    Parameters

    stream
    The target stream.
    See Also