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

    Parameters

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