Spread WPF 18
GrapeCity.Spreadsheet Namespace / ICommentThreaded Interface / Delete Method


In This Topic
    Delete Method (ICommentThreaded)
    In This Topic
    Deletes the specified threaded comment and all replies associated with that comment (if any exist).
    Syntax
    'Declaration
     
    Sub Delete() 
    'Usage
     
    Dim instance As ICommentThreaded
     
    instance.Delete()
    void Delete()
    See Also