ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / C1XLBook Class / SaveAsync Method
The file storage object to save the workbook.
FileFormat value that specifies the type of file to save.

In This Topic
    SaveAsync Method
    In This Topic
    Saves the worksheet to a file storage.
    Syntax
    'Declaration
     
    Public Function SaveAsync( _
       ByVal file As Windows.Storage.StorageFile, _
       ByVal format As FileFormat _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task SaveAsync( 
       Windows.Storage.StorageFile file,
       FileFormat format
    )

    Parameters

    file
    The file storage object to save the workbook.
    format
    FileFormat value that specifies the type of file to save.

    Return Value

    The task of represents an asynchronous operation.
    See Also