Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLSheet Class / SaveCsv Method / SaveCsv(String) Method
The target (.csv) file name.

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

    Parameters

    fileName
    The target (.csv) file name.
    See Also