ExcelDocumentSave(Stream, SaveOptions) Method |
Saves the document in the specified stream.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic void Save(
Stream stream,
SaveOptions options
)
Public Sub Save (
stream As Stream,
options As SaveOptions
)
Parameters
- stream Stream
- The stream in which to save the document.
- options SaveOptions
- The saving options which can be used to define settings for save operation.
See Also