Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICommentThreaded Interface

In This Topic
    ICommentThreaded Interface Properties
    In This Topic

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

    Public Properties
     NameDescription
     PropertyGets the IAuthor object that represents the author of the specified ICommentThreaded object.  
     PropertyGets a System.DateTime value that represents the date and time that a threaded comment was added in local time.  
     PropertyGets an ICommentThreaded object that represents the next threaded comment.  
     PropertyGets the top-level comment.  
     PropertyGets an ICommentThreaded object that represents the previous threaded comment.  
     PropertyIf this comment is a parent, returns an ICommentsThreaded collection of ICommentThreaded objects that are children/replies of the specified comment (if any exist). The replies are sorted by time stamp.

    If this comment is a child/reply or a legacy comment, returns an empty collection.

     
     PropertyGets or sets a boolean value indicating whether the threaded comment is resolved.  
    Top
    See Also