This method closes all the spreadsheets opened in Lotus Symphony.
Syntax
public void closeSpreadsheets(boolean saveChanges)
Parameters
boolean saveChangesSpecifies true to save all the changed
spreadsheets before closing.
Usage
- If the parameter saveChanges is false, all the spreadsheets are closed without saving
changes.
- If the parameter saveChanges is true and the spreadsheets are in visible mode:
- If there are spreadsheets that are new, or new from a template, a Documents-Save window
display to save the file.
- If there are spreadsheets that are opened from a file, then the spreadsheets
are saved before closing.
- If the parameter saveChanges is true and the spreadsheets are in invisible mode:
- If there are spreadsheets that are new , or new from a template, this
method throws an
exception.
- If there are spreadsheets that are opened from a file, then the spreadsheets
are saved before closing.