Opens an Excel Compound Document File and loads it into GcSpreadSheet.
Syntax
'Declaration
Public Overloads Sub OpenExcel( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Integer _
)
'Usage
Dim instance As GcSpreadSheet
Dim file As System.String
Dim password As System.String
Dim sheetIndex As System.Integer
instance.OpenExcel(file, password, sheetIndex)
public void OpenExcel(
System.string ,
System.string ,
System.int
)
Parameters
- file
- The path to load the file from.
- password
- The password used to open the file.
- sheetIndex
- The index of the sheet in Excel file.
See Also