Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / OpenCsv Method / OpenCsv(Stream,TextFileOpenFlags) Method
The stream from which to load the file.
The import flags.


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

    Parameters

    stream
    The stream from which to load the file.
    flags
    The import flags.
    See Also