'DeclarationOverloads Function OpenFromStream( _ ByVal stream As System.IO.Stream, _ ByVal password As System.String _ ) As IWorkbook
'UsageDim instance As IWorkbooks Dim stream As System.IO.Stream Dim password As System.String Dim value As IWorkbook value = instance.OpenFromStream(stream, password)
IWorkbook* OpenFromStream( System.IO.Stream* stream, System.string* password )
IWorkbook^ OpenFromStream( System.IO.Stream^ stream, System.String^ password )
Parameters
- stream
 - The stream containing the workbook to open.
 - password
 - The password to use when opening the workbook.