WorkbookProtection
General
WorkbookProtection és una classe en Aspose.Cells per a Python.
Representa la configuració de protecció del llibre.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
lock_structure | `` | Read | Indicates whether the workbook’s structure is locked from changes |
lock_windows | `` | Read | Indicates whether the workbook’s window layout is locked |
lock_revision | `` | Read | Indicates whether the workbook’s revision history is locked |
revisions_password | `` | Read | Stores the password required to modify protected revisions |
workbook_password | `` | Read | Stores the password required to open or modify the protected workbook |
is_protected | `` | Read | Returns True if any workbook protection (structure, windows, or revision) is active |
Mètodes
| Signature | Description |
|---|---|
__init__() |