crash_save property

crash_save property

indicates whether the application last saved the workbook file after a crash.

Definition:

@property
def crash_save(self):
    ...
@crash_save.setter
def crash_save(self, value):
    ...

See Also