password property

password property

Gets and set the password of the workbook.

Definition:

@property
def password(self):
    ...
@password.setter
def password(self, value):
    ...

See Also