Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IComment Interface / Delete Method


In This Topic
    Delete Method (IComment)
    In This Topic
    Deletes the comment.
    Syntax
    'Declaration
     
    
    Sub Delete() 
    'Usage
     
    
    Dim instance As IComment
     
    instance.Delete()
    void Delete()
    See Also