Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / Open Method / Open(Stream,String,OpenOptions) Method
The file stream.
The password of the file.
Options for opening.
In This Topic
    Open(Stream,String,OpenOptions) Method
    In This Topic
    Opens the specified excel file stream.
    Syntax
    void Open( 
       System.IO.Stream fileStream,
       System.string password,
       OpenOptions openOptions
    )

    Parameters

    fileStream
    The file stream.
    password
    The password of the file.
    openOptions
    Options for opening.
    Remarks
    This method is now obsolete.
    See Also