'Declaration Public Overloads Sub OpenExcel( _ ByVal stream As Stream, _ ByVal sheetIndex As Integer _ )
'Usage Dim instance As Workbook Dim stream As Stream Dim sheetIndex As Integer instance.OpenExcel(stream, sheetIndex)
public void OpenExcel( Stream stream, int sheetIndex )
Parameters
- stream
- The stream that contains the Excel Compound Document File.
- sheetIndex
- The index of sheet in Excel file.
Return Value
Whether the file opened successfully.