Returns the ICommentThreaded object that represents the next threaded comment.Returns null if the top-level threaded comment is the last threaded comment on a sheet.
Returns the ICommentThreaded object that represents the previous threaded comment.Returns null if the top-level threaded comment is the first threaded comment on a sheet.
Adds a reply to its replies collection if the threaded comment is a top-level comment. If this threaded comment is a reply,it will add a reply to its Parent's replies collection.
Adds a reply to its replies collection if the threaded comment is a top-level comment. If this threaded comment is a reply,it will add a reply to its Parent's replies collection.
Parameters:
text - The string is content of the reply.
author - The author of the reply.
delete
voiddelete()
Deletes the specified threaded comment and all replies associated with that comment. If threaded comment is a reply, delete itself from the parent's reply list.
setIsResolved
voidsetIsResolved(boolean value)
Makes the threaded comment impossible to edit and reply.
Returns a CommentsThreaded collection of CommentThreaded objects that are replies if the specified comment. The replies are sorted by time stamp. If this threaded comment is a reply,returns an empty collection.
Returns the ICommentThreaded object that represents the next threaded comment.Returns null if the top-level threaded comment is the last threaded comment on a sheet. Returns null if the reply threaded comment is the last reply of a threaded comment's replies.
Returns the ICommentThreaded object that represents the previous threaded comment.Returns null if the top-level threaded comment is the first threaded comment on a sheet. Returns null if the reply threaded comment is the first reply of a threaded comment's replies.