GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / CommentThreaded Property


In This Topic
CommentThreaded Property
In This Topic
Gets an ICommentThreaded object that represents the threaded comment associated with the cell in the upper-left corner of the range.
Syntax
'Declaration
 
ReadOnly Property CommentThreaded As ICommentThreaded
 
'Usage
 
Dim instance As IRange
Dim value As ICommentThreaded
 
value = instance.CommentThreaded
See Also