Spread WPF 18
GrapeCity.Spreadsheet Namespace / IComment Interface / Previous Property


In This Topic
    Previous Property (IComment)
    In This Topic
    Gets an IComment object that represents the previous comment.
    Syntax
    'Declaration
     
    ReadOnly Property Previous As IComment
    'Usage
     
    Dim instance As IComment
    Dim value As IComment
     
    value = instance.Previous
    IComment Previous {get;}
    See Also