'Declaration
Public Overloads Function OpenExcel( _
ByVal As Stream, _
ByVal As Integer, _
ByVal As String _
) As Boolean
'使用法
Dim instance As SheetView
Dim stream As Stream
Dim excelSheetIndex As Integer
Dim password As String
Dim value As Boolean
value = instance.OpenExcel(stream, excelSheetIndex, password)
パラメータ
- stream
- ストリーム
- excelSheetIndex
- ファイルからロードするシートのインデックス
- password
- パスワード
戻り値の型
成功した場合はTRUE。それ以外の場合はFALSE。