ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheet Class / LoadCsvAsync Method
The Windows.Storage.StorageFile object of a file containing data in .csv format.

In This Topic
    LoadCsvAsync Method
    In This Topic
    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
    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