password property
password property
Sets the protected password to modify the file.
Remarks
Definition:
@property
def password(self):
    ...
@password.setter
def password(self, value):
    ...
See Also
- module 
aspose.cells - class 
WriteProtection 
Sets the protected password to modify the file.
@property
def password(self):
    ...
@password.setter
def password(self, value):
    ...
aspose.cellsWriteProtection