| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Save( _ ByVal outputStream As Stream _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Save( Stream outputStream ) | |
Parameters
- outputStream
The output stream to which to save the workbook. The stream can be of various types, for example, a MemoryStream, or an HttpResponse.OutputStream.