Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThreadedComment Class / Next Property


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