'Declaration
ReadOnly Property Previous As ICommentThreaded
'Usage
Dim instance As ICommentThreaded Dim value As ICommentThreaded value = instance.Previous
ICommentThreaded Previous {get;}
'Declaration
ReadOnly Property Previous As ICommentThreaded
'Usage
Dim instance As ICommentThreaded Dim value As ICommentThreaded value = instance.Previous
ICommentThreaded Previous {get;}
null
(not the last comment on the previous sheet).
If called on a reply ICommentThreaded object, it returns a reply ICommentThreaded object that represents the previous reply of a thread. This method works only on one thread. Using this method on the first reply of a thread returns null
(not its top-level comment).