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