author property
author property
Gets the author of the comment.
Definition:
@property
def author(self):
    ...
@author.setter
def author(self, value):
    ...
See Also
- module aspose.cells
- class ThreadedComment
- class ThreadedCommentAuthor
Gets the author of the comment.
@property
def author(self):
    ...
@author.setter
def author(self, value):
    ...
aspose.cellsThreadedCommentThreadedCommentAuthor