Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Comment Class / Next Property


In This Topic
    Next Property (Comment)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Next As ICommentThreaded
    'Usage
     
    
    Dim instance As Comment
    Dim value As ICommentThreaded
     
    value = instance.Next
    public ICommentThreaded Next {get;}
    See Also