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


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