Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / SaveCSV Method / SaveCSV(Int32,String,TextFileSaveFlags) Method
The destination sheet index for saving.
Path and name of the file to which to save the content.
The flags.


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

    Parameters

    sheetIndex
    The destination sheet index for saving.
    fileName
    Path and name of the file to which to save the content.
    flags
    The flags.
    See Also