is_threaded_comment property
is_threaded_comment property
Indicates whether this comment is a threaded comment.
Example
if comment1.is_threaded_comment:
    pass
Definition:
@property
def is_threaded_comment(self):
    ...
See Also
- module aspose.cells
- class Comment