| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function SaveExcel( _ ByVal stream As Stream, _ ByVal password As String _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- stream
- Stream to which to save the data
- password
- Password of file
| Exception | Description |
|---|---|
| ArgumentNullException | No stream specified or specified stream is null |