'Declaration
Public Overloads Function SaveExcel( _ ByVal stream As Stream, _ ByVal password As String _ ) As Boolean
Parameters
- stream
- Stream to which to save the data
- password
- The file password
'Declaration
Public Overloads Function SaveExcel( _ ByVal stream As Stream, _ ByVal password As String _ ) As Boolean
Exception | Description |
---|---|
System.ArgumentNullException | No stream specified or specified stream is null |