notes property
notes property
Gets and sets the text of the comment.
Definition:
@property
def notes(self):
...
@notes.setter
def notes(self, value):
...
See Also
- module
aspose.cells
- class
ThreadedComment
Gets and sets the text of the comment.
@property
def notes(self):
...
@notes.setter
def notes(self, value):
...
aspose.cells
ThreadedComment