password property
password property
Represents the password to protect the range.
Definition:
@property
def password(self):
...
@password.setter
def password(self, value):
...
See Also
- module
aspose.cells
- class
ProtectedRange
Represents the password to protect the range.
@property
def password(self):
...
@password.setter
def password(self, value):
...
aspose.cells
ProtectedRange