Name | Description | |
---|---|---|
addReply | Overloaded. 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. | |
delete | 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. | |
getAuthor | Gets the author object of the threaded comment. | |
getDate | Returns a date that represents the date and time that a threaded comment was added in local time. | |
getIsResolved | Gets the resolve value. | |
getLocalDateTime | Returns a date that represents the date and time that a threaded comment was added in local time. | |
getParent | Returns the parent object for the specified object. The top-level threaded comment's parent is null. | |
getReplies | 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. | |
getText | Gets the threaded comment's text. | |
next | 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. | |
previous | 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. | |
setIsResolved | Makes the threaded comment impossible to edit and reply. | |
setText | Sets the threaded comment's text. |