'Declaration
ReadOnly Property Next As ICommentThreaded
'Usage
Dim instance As ICommentThreaded Dim value As ICommentThreaded value = instance.Next
ICommentThreaded Next {get;}
'Declaration
ReadOnly Property Next As ICommentThreaded
'Usage
Dim instance As ICommentThreaded Dim value As ICommentThreaded value = instance.Next
ICommentThreaded Next {get;}
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).