Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / Open Method / Open(Stream,OpenOptionsBase) Method
The file stream.
The format of opening the file stream. Possible types:
In This Topic
    Open(Stream,OpenOptionsBase) Method
    In This Topic
    Opens the stream with specified options.
    Syntax
    void Open( 
       System.IO.Stream fileStream,
       OpenOptionsBase options
    )

    Parameters

    fileStream
    The file stream.
    options
    The format of opening the file stream. Possible types:
    See Also