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