ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLSheet Class / LoadCsvAsync Method / LoadCsvAsync(String) Method
The name of a file containing data in .csv format.

In This Topic
    LoadCsvAsync(String) Method
    In This Topic
    Loads async data from a file containing comma-separated values (.csv) into the current sheet.
    Syntax
    'Declaration
     
    Public Overloads Function LoadCsvAsync( _
       ByVal fileName As System.String _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task LoadCsvAsync( 
       System.string fileName
    )

    Parameters

    fileName
    The name of a file containing data in .csv format.

    Return Value

    The task of represents an asynchronous operation.
    See Also