SheetProtection
General
SheetProtection és una classe en Aspose.Cells per a Python.
Representa la configuració de protecció de fulles.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
sheet | `` | Read | Indicates the worksheet to which the protection settings apply |
objects | `` | Read | Indicates whether objects (e.g., charts) on the sheet are protected |
scenarios | `` | Read | Indicates whether scenario manager data is protected |
format_cells | `` | Read | Indicates if cell formatting is locked |
format_columns | `` | Read | Indicates if column formatting is locked |
format_rows | `` | Read | Indicates if row formatting is locked |
insert_columns | `` | Read | Indicates if inserting new columns is allowed |
insert_rows | `` | Read | Indicates if inserting new rows is allowed |
insert_hyperlinks | `` | Read | Indicates if adding hyperlinks is permitted |
delete_columns | `` | Read | Indicates if deleting columns is allowed |
delete_rows | `` | Read | Indicates if deleting rows is allowed |
select_locked_cells | `` | Read | Indicates if users can select locked cells |
sort | `` | Read | Indicates if sorting data on the sheet is permitted |
auto_filter | `` | Read | Indicates if auto‑filter functionality is allowed |
pivot_tables | `` | Read | Indicates if pivot table operations are protected |
select_unlocked_cells | `` | Read | Indicates if users can select unlocked cells |
password | `` | Read | Stores the password used to protect the sheet |
algorithm_name | `` | Read | Specifies the hash algorithm for the protection password |
hash_value | `` | Read | Contains the hashed password value |
salt_value | `` | Read | Contains the salt used in password hashing |
spin_count | `` | Read | Indicates the number of hash iterations for password protection |
is_protected | `` | Read | Reports whether the sheet is currently protected |
Mètodes
| Signature | Description |
|---|---|
__init__() |