Return Value
true
if changes are saved successful, false
otherwise.true
if changes are saved successful, false
otherwise.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.