'Declaration Public Overloads Sub OpenExcel( _ ByVal stream As System.IO.Stream, _ ByVal sheetIndex As System.Integer _ )
'Usage Dim instance As Workbook Dim stream As System.IO.Stream Dim sheetIndex As System.Integer instance.OpenExcel(stream, sheetIndex)
public void OpenExcel( System.IO.Stream stream, System.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.