Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ICommentThreaded Interface

In This Topic
    ICommentThreaded Interface Methods
    In This Topic

    For a list of all members of this type, see ICommentThreaded members.

    Public Methods
     NameDescription
     MethodOverloaded. 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.  
     MethodDeletes 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.  
     MethodGets the author object of the threaded comment.  
     Method

    This member is obsolete. Use getLocalDateTime instead.

    Returns a date that represents the date and time that a threaded comment was added in local time.  
     Methodgets the resolve value.  
     MethodReturns a date that represents the date and time that a threaded comment was added in local time.  
     MethodReturns the parent object for the specified object. The top-level threaded comment's parent is null.  
     Methodreturns 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.  
     MethodGets the threaded comment's text.  
     MethodReturns 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.  
     MethodReturns 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.  
     MethodMakes the threaded comment impossible to edit and reply.  
     MethodSets the threaded comment's text.  
    Top
    See Also