add method

add(self, text, author)

Adds a threaded comment;

Returns


def add(self, text, author):
    ...
ParameterTypeDescription
textSystem.StringThe text of the threaded comment.
authoraspose.cells.ThreadedCommentAuthorThe author of the threaded comment

See Also