Open(String,Stream,ArrayList,Int32,ExcelOpenFlags,String,ExcelWarningList) Method
In This Topic
Syntax
'Declaration
Public Overloads Function Open( _
ByVal As String, _
ByVal As Stream, _
ByVal As ArrayList, _
ByVal As Integer, _
ByVal As ExcelOpenFlags, _
ByVal As String, _
ByVal As ExcelWarningList _
) As Boolean
'Usage
Dim instance As ExcelFileHandler
Dim fileName As String
Dim stream As Stream
Dim sheetNames As ArrayList
Dim excelSheetIndex As Integer
Dim openFlags As ExcelOpenFlags
Dim password As String
Dim warningList As ExcelWarningList
Dim value As Boolean
value = instance.Open(fileName, stream, sheetNames, excelSheetIndex, openFlags, password, warningList)
Parameters
- fileName
- stream
- sheetNames
- excelSheetIndex
- openFlags
- password
- warningList
See Also