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