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


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