Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / CommentsThreaded Property


In This Topic
CommentsThreaded Property (IWorksheet)
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
 
ReadOnly Property CommentsThreaded As ICommentsThreaded
 
'Usage
 
Dim instance As IWorksheet
Dim value As ICommentsThreaded
 
value = instance.CommentsThreaded
See Also