is_default_encrypted property
is_default_encrypted property
Indicates whether encrypting the workbook with default password if Structure and Windows of the workbook are locked.
Remarks
The default value is false now. It’s same as MS Excel 2013.
Definition:
@property
def is_default_encrypted(self):
...
@is_default_encrypted.setter
def is_default_encrypted(self, value):
...
See Also
- module
aspose.cells
- class
WorkbookSettings