GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICommentThreaded Interface / Replies Property


In This Topic
Replies Property
In This Topic
If 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.

Syntax
'Declaration
 
ReadOnly Property Replies As ICommentsThreaded
 
'Usage
 
Dim instance As ICommentThreaded
Dim value As ICommentsThreaded
 
value = instance.Replies
See Also