Excel for WinRT
SaveCsvAsync Method


The target comma-separated values file storage.
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
'Usage
 
Dim instance As XLSheet
Dim file As Windows.Storage.StorageFile
Dim value As System.Threading.Tasks.Task
 
value = instance.SaveCsvAsync(file)
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

Reference

XLSheet Class
XLSheet Members

 

 


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

Product Support Forum  |  Documentation Feedback