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