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

    Parameters

    fileName
    The excel file.
    options
    The options of opening the file. Possible types:
    See Also