WriteProtection class
WriteProtection class
Specifies write protection settings for a workbook.
The WriteProtection type exposes the following members:
Properties
| Property | Description |
|---|---|
| author | Gets and sets the author. |
| recommend_read_only | Indicates if the Read Only Recommended option is selected. |
| is_write_protected | Indicates whether this workbook is write protected. |
| password | Sets the protected password to modify the file. |
Methods
| Method | Description |
|---|---|
validate_password(self, password) | Returns true if the specified password is the same as the write-protection password the file was protected with. |
See Also
- module
aspose.cells