[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorkbook.Save

Save Method

Save()

Saves changes to the specified workbook.

Declaration
bool Save()
Function Save() As Boolean
Returns
Type Description
bool

true if changes are saved successful, false otherwise.

Remarks

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.