Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / Open Method / Open(String,OpenFileFormat) Method
The specified file.
The format of the file.
In This Topic
    Open(String,OpenFileFormat) Method
    In This Topic
    Opens the specified format file.
    Syntax
    void Open( 
       System.string fileName,
       OpenFileFormat fileFormat
    )

    Parameters

    fileName
    The specified file.
    fileFormat
    The format of the file.
    See Also