GrapeCity.Documents.Excel Namespace / Workbook Class / Open Method / Open(String) Method
The specified file.
In This Topic
Open(String) Method
In This Topic
Opens the file with default options. The file type is inferred from file extension.
Syntax
public void Open( 
   System.string fileName
)

Parameters

fileName
The specified file.
See Also