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