ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLSheet Class / SaveCsvAsync Method / SaveCsvAsync(String) Method
The target (.csv) file name.

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

    Parameters

    fileName
    The target (.csv) file name.

    Return Value

    The task of represents an asynchronous operation.
    See Also