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