Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / OpenCsv Method / OpenCsv(String,TextFileOpenFlags) Method
The path and name of the file to load.
The flags.


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

    Parameters

    fileName
    The path and name of the file to load.
    flags
    The flags.
    See Also