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