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

In This Topic
    LoadCsv(String) Method
    In This Topic
    Loads data from a file containing comma-separated values (.csv) into the current sheet.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadCsv( _
       ByVal fileName As System.String _
    ) 
    public void LoadCsv( 
       System.string fileName
    )

    Parameters

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