GrapeCity.Documents.Excel Namespace / Workbook Class / 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 file with specified file format.
Syntax
public void Open( 
   System.string fileName,
   OpenFileFormat fileFormat
)

Parameters

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