[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ICommentThreaded.Next

Next Property

Next

Gets an ICommentThreaded object that represents the next threaded comment.

Declaration
ICommentThreaded Next { get; }
ReadOnly Property [Next] As ICommentThreaded
Remarks

If called on a top-level (parent) ICommentThreaded object, it returns a top-level (parent) ICommentThreaded object that represents the next comment. Using this method on the last comment on a sheet returns null (not the next comment on the next sheet).

If called on a reply ICommentThreaded object, it returns a reply ICommentThreaded object that represents the next reply of a thread. This method works only on one thread. Using this method on the last reply of a thread returns null (not the next top-level comment).