Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / 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
    [System.Obsolete()]
    public 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.
    See Also