'Declaration Public Overloads Sub OpenExcel( _ ByVal file As System.String, _ ByVal openFlags As ExcelOpenFlags _ )
'Usage Dim instance As GcSpreadSheet Dim file As System.String Dim openFlags As ExcelOpenFlags instance.OpenExcel(file, openFlags)
public void OpenExcel( System.string file, ExcelOpenFlags openFlags )
Parameters
- file
- The path to load the file from.
- openFlags
- The flags used to open the file.