[]
Saves changes to the specified workbook.
bool Save()
Function Save() As Boolean
Type | Description |
---|---|
bool |
|
To open a workbook file, use the Open(Stream, ImportContext, bool) method or Open(string, ImportContext) method.
To mark a workbook as saved without writing it to a disk, set its Saved property to True.
The first time you save a workbook, use the SaveAs(Stream, FileFormat, string, ExportContext) method or SaveAs(string, FileFormat, string, ExportContext) method to specify a name for the file.