Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SaveCsv Method / SaveCsv(String,TextFileSaveFlags) Method
The path and name of the file to which to save the content.
The flags.


In This Topic
    SaveCsv(String,TextFileSaveFlags) Method
    In This Topic
    Saves the CSV (comma-separated values) file.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveCsv( _
       ByVal fileName As String, _
       ByVal flags As TextFileSaveFlags _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim fileName As String
    Dim flags As TextFileSaveFlags
     
    instance.SaveCsv(fileName, flags)
    public void SaveCsv( 
       string fileName,
       TextFileSaveFlags flags
    )

    Parameters

    fileName
    The path and name of the file to which to save the content.
    flags
    The flags.
    See Also