password property

password property

Represents the password to protect the range.

Definition:

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

See Also