Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.89 KB

File metadata and controls

38 lines (27 loc) · 1.89 KB

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

AbstractLowCodeProtectionProvider class

Implementation to provide protection settings

The AbstractLowCodeProtectionProvider type exposes the following members:

Constructors

Constructor Description
__init__(self) Constructs a new instance of AbstractLowCodeProtectionProvider

Methods

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.

See Also