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
- module
aspose.cells.numbers
- class
NumbersLoadOptions
Gets and set the password of the workbook.
@property
def password(self):
...
@password.setter
def password(self, value):
...
aspose.cells.numbers
NumbersLoadOptions