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