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


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