Excel for WinRT
LoadCsvAsync Method


The Windows.Storage.StorageFile object of a file containing data in .csv format.
Loads async data from a file containing comma-separated values (.csv) into the current sheet.
Syntax
'Declaration
 
Public Function LoadCsvAsync( _
   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.LoadCsvAsync(file)
public System.Threading.Tasks.Task LoadCsvAsync( 
   Windows.Storage.StorageFile file
)

Parameters

file
The Windows.Storage.StorageFile object of a file containing data in .csv format.
See Also

Reference

XLSheet Class
XLSheet Members

 

 


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

Product Support Forum  |  Documentation Feedback