AbstractLowCodeProtectionProvider class

AbstractLowCodeProtectionProvider class

Implementation to provide protection settings

The AbstractLowCodeProtectionProvider type exposes the following members:

Constructors

ConstructorDescription
__init__(self)Constructs a new instance of AbstractLowCodeProtectionProvider

Methods

MethodDescription
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