Spread Windows Forms 15.0
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
    public ICommentsThreaded CommentsThreaded {get;}
    See Also