author property
author property
Gets and sets the author.
Definition:
@property
def author(self):
...
@author.setter
def author(self, value):
...
See Also
- module
aspose.cells
- class
WriteProtection
Gets and sets the author.
@property
def author(self):
...
@author.setter
def author(self, value):
...
aspose.cells
WriteProtection