user_id property
user_id property
Gets and sets the id of the user.
Definition:
@property
def user_id(self):
...
@user_id.setter
def user_id(self, value):
...
See Also
- module
aspose.cells
- class
ThreadedCommentAuthor
Gets and sets the id of the user.
@property
def user_id(self):
...
@user_id.setter
def user_id(self, value):
...
aspose.cells
ThreadedCommentAuthor