'Declaration
Public Overloads Function OpenExcel( _ ByVal stream As Stream, _ ByVal password As String _ ) As Boolean
Parameters
- stream
- Stream that contains an Excel Compound Document File
- password
- File password
'Declaration
Public Overloads Function OpenExcel( _ ByVal stream As Stream, _ ByVal password As String _ ) As Boolean
Exception | Description |
---|---|
System.ArgumentNullException | No stream specified or specified stream is null |
System.ArgumentException | No stream specified or specified stream is empty |