Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / CommentsThreaded Property


In This Topic
CommentsThreaded Property (Worksheet)
In This Topic
Gets an ICommentsThreaded collection that represents all the top-level/root comments (no replies) for the specified worksheet. Includes legacy and modern comments.
Syntax
'Declaration
 
Public ReadOnly Property CommentsThreaded As ICommentsThreaded
 
'Usage
 
Dim instance As Worksheet
Dim value As ICommentsThreaded
 
value = instance.CommentsThreaded
See Also