Excel for WPF | ComponentOne
C1.WPF.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 String _
    ) 
    public void LoadCsv( 
       string fileName
    )

    Parameters

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