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


In This Topic
    Delete Method (IHyperlinks)
    In This Topic
    Deletes all hyperlinks.
    Syntax
    'Declaration
     
    
    Sub Delete() 
    'Usage
     
    
    Dim instance As IHyperlinks
     
    instance.Delete()
    void Delete()
    Remarks
    Not only hyperlinks will be removed; cell formatting will be removed also. If you only want to remove the hyperlink, see the IRange.ClearHyperlinks function.
    See Also