Excel for WinRT
SaveAsync(StorageFile,FileFormat) Method


The file storage object to save the workbook.
FileFormat value that specifies the type of file to save.
Saves the worksheet to a file storage.
Syntax
'Declaration
 
Public Overloads Function SaveAsync( _
   ByVal file As Windows.Storage.StorageFile, _
   ByVal format As FileFormat _
) As System.Threading.Tasks.Task
'Usage
 
Dim instance As C1XLBook
Dim file As Windows.Storage.StorageFile
Dim format As FileFormat
Dim value As System.Threading.Tasks.Task
 
value = instance.SaveAsync(file, format)
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

Reference

C1XLBook Class
C1XLBook Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback