ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheet Class / SaveCsvAsync Method
The target comma-separated values file storage.

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

    Parameters

    file
    The target comma-separated values file storage.

    Return Value

    The task of represents an asynchronous operation.
    See Also