title: AbstractLowCodeProtectionProvider class second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 20 url: /aspose.cells.lowcode/abstractlowcodeprotectionprovider/ is_root: false
Implementation to provide protection settings
The AbstractLowCodeProtectionProvider type exposes the following members:
| Constructor | Description |
|---|---|
__init__(self) |
Constructs a new instance of AbstractLowCodeProtectionProvider |
| Method | Description |
|---|---|
get_open_password(self) |
Gets the password to open spread sheet file. |
get_write_password(self) |
Gets the password to modify spread sheet file. |
get_workbook_password(self) |
Gets the password to protect the workbook with specified protection type. |
get_workbook_protection_type(self) |
Gets the protection type to protect the workbook. |
get_worksheet_password(self, sheet_name) |
Gets the password to protect the specified worksheet. |
get_worksheet_protection_type(self, sheet_name) |
Gets the protection type to protect the specified worksheet. |
- module
aspose.cells.lowcode