'Declaration Public Overloads Sub OpenExcel( _ ByVal stream As System.IO.Stream _ )
'Usage Dim instance As Workbook Dim stream As System.IO.Stream instance.OpenExcel(stream)
public void OpenExcel( System.IO.Stream stream )
Parameters
- stream
- The stream that contains the Excel Compound Document File.
Return Value
Whether the file opened successfully.