ComponentOne Excel for .NET
C1.Excel Assembly / C1.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 System.String _
    ) 
    public void SaveCsv( 
       System.string fileName
    )

    Parameters

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