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

In This Topic
    SaveCsvAsync(Stream) Method
    In This Topic
    Saves async data from the current sheet into a comma-separated values (.csv) formatted stream.
    Syntax
    'Declaration
     
    Public Overloads Function SaveCsvAsync( _
       ByVal stream As System.IO.Stream _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task SaveCsvAsync( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The target stream.

    Return Value

    The task of represents an asynchronous operation.
    See Also