Saved property

This property returns true if the spreadsheet has not changed since it was last saved, otherwise it returns false. When a spreadsheet is new, the Saved property's value is false.

Defined in

Spreadsheet

Data type

boolean

Syntax

public boolean isSaved()

See examples

Example: Saved property